Changes between Initial Version and Version 4 of Ticket #3574
- Timestamp:
- 02/14/16 05:15:05 (9 years ago)
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 1 1 The change 2 2 {{{ 3 3 - "${MC_XDG_OPEN}" "${MC_EXT_FILENAME}" 2>/dev/null || \ 4 4 + ("${MC_XDG_OPEN}" "${MC_EXT_FILENAME}" >/dev/null 2>&1 &) || \ 5 5 }}} 6 6 is broke to start do_open_action "${filetype}" 7 7