mirror of https://github.com/MidnightCommander/mc
* lib/mc.menu: Correct quoting.
Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
This commit is contained in:
parent
922f8b75c3
commit
a2ee840c65
|
@ -1,5 +1,8 @@
|
|||
2002-01-03 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.menu: Correct quoting.
|
||||
Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
|
||||
|
||||
* NEWS: Mention removal of the OS/2 port.
|
||||
* README.PC: Remove OS/2 specific parts.
|
||||
|
||||
|
|
|
@ -2,11 +2,11 @@ shell_patterns=0
|
|||
+ ! t t
|
||||
@ Do something on the current file
|
||||
CMD=%{Enter command}
|
||||
$CMD ./%0f
|
||||
$CMD %f
|
||||
|
||||
+ t t
|
||||
@ Do something on the tagged files
|
||||
set %u; CMD=%0{Enter command}
|
||||
set %u; CMD=%{Enter command}
|
||||
while [ -n "$1" ]; do
|
||||
$CMD "$1" || echo tag "$1" >>$MC_CONTROL_FILE
|
||||
shift
|
||||
|
|
Loading…
Reference in New Issue