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

This commit is contained in:
Roland Illig 2005-09-06 06:01:07 +00:00
parent 2841a5087f
commit e0898803a1
2 changed files with 4 additions and 1 deletions

3
lib/ChangeLog Normal file
View File

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

View File

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