mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* mc.menu: %d is already quoted, so it must not be written "%d".
This commit is contained in:
parent
2841a5087f
commit
e0898803a1
3
lib/ChangeLog
Normal file
3
lib/ChangeLog
Normal 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".
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user