Changes between Initial Version and Version 4 of Ticket #3574


Ignore:
Timestamp:
02/14/16 05:15:05 (8 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3574

    • Property Summary changed from MC_XDG_OPEN="/bin/false" is not works since 4.8.15 to MC_XDG_OPEN="/bin/false" doesn't work since 4.8.15
  • Ticket #3574 – Description

    initial v4  
    11The change 
    2  
     2{{{ 
    33-    "${MC_XDG_OPEN}" "${MC_EXT_FILENAME}" 2>/dev/null || \ 
    44+    ("${MC_XDG_OPEN}" "${MC_EXT_FILENAME}" >/dev/null 2>&1 &) || \ 
    5  
     5}}} 
    66is broke to start do_open_action "${filetype}" 
    77