1
1

* lib/mc.menu: Correct quoting.

Reported by Matthias Urban <murban@cs.uni-magdeburg.de>
Этот коммит содержится в:
Pavel Roskin 2002-01-03 16:33:08 +00:00
родитель 922f8b75c3
Коммит a2ee840c65
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,8 @@
2002-01-03 Pavel Roskin <proski@gnu.org> 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. * NEWS: Mention removal of the OS/2 port.
* README.PC: Remove OS/2 specific parts. * README.PC: Remove OS/2 specific parts.

Просмотреть файл

@ -2,11 +2,11 @@ shell_patterns=0
+ ! t t + ! t t
@ Do something on the current file @ Do something on the current file
CMD=%{Enter command} CMD=%{Enter command}
$CMD ./%0f $CMD %f
+ t t + t t
@ Do something on the tagged files @ Do something on the tagged files
set %u; CMD=%0{Enter command} set %u; CMD=%{Enter command}
while [ -n "$1" ]; do while [ -n "$1" ]; do
$CMD "$1" || echo tag "$1" >>$MC_CONTROL_FILE $CMD "$1" || echo tag "$1" >>$MC_CONTROL_FILE
shift shift