* lib/mc.menu: Correct quoting.

Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
This commit is contained in:
Pavel Roskin 2002-01-03 16:33:08 +00:00
parent 922f8b75c3
commit a2ee840c65
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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