1
1

* mc.menu: %d is already quoted, so it must not be written "%d".

Этот коммит содержится в:
Roland Illig 2005-09-06 06:01:07 +00:00
родитель 2841a5087f
Коммит e0898803a1
2 изменённых файлов: 4 добавлений и 1 удалений

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
3 Compress the current subdirectory (tar.gz)
Pwd=`basename "%d" /`
Pwd=`basename %d /`
echo -n "Name of the compressed file (without extension) [$Pwd]: "
read tar
if [ "$tar"x = x ]; then tar="$Pwd"; fi