* mc.menu: %d is already quoted, so it must not be written "%d".
Этот коммит содержится в:
родитель
2841a5087f
Коммит
e0898803a1
3
lib/ChangeLog
Обычный файл
3
lib/ChangeLog
Обычный файл
@ -0,0 +1,3 @@
|
|||||||
|
2005-09-06 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
|
* mc.menu: %d is already quoted, so it must not be written "%d".
|
@ -28,7 +28,7 @@ shell_patterns=0
|
|||||||
|
|
||||||
= t d
|
= t d
|
||||||
3 Compress the current subdirectory (tar.gz)
|
3 Compress the current subdirectory (tar.gz)
|
||||||
Pwd=`basename "%d" /`
|
Pwd=`basename %d /`
|
||||||
echo -n "Name of the compressed file (without extension) [$Pwd]: "
|
echo -n "Name of the compressed file (without extension) [$Pwd]: "
|
||||||
read tar
|
read tar
|
||||||
if [ "$tar"x = x ]; then tar="$Pwd"; fi
|
if [ "$tar"x = x ]; then tar="$Pwd"; fi
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user