mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Unset EXT just in case.
This commit is contained in:
parent
b965674fd7
commit
294cf76b3b
@ -273,6 +273,7 @@ Z Extract compressed tar files to subdirectories
|
||||
+ f \.gz$ | f \.tgz$ | f \.tpz$ | f \.Z$ | f \.z$ | f \.bz2$ & t r & ! t t
|
||||
c Convert gz<->bz2, tar.gz<->tar.bz2 & tgz->tar.bz2
|
||||
unset D
|
||||
unset EXT
|
||||
case %f in
|
||||
*.tgz) EXT=tgz;;
|
||||
*.tpz) EXT=tpz;;
|
||||
@ -298,6 +299,7 @@ C Convert gz<->bz2, tar.gz<->tar.bz2 & tgz->tar.bz2
|
||||
while [ -n "$1" ]
|
||||
do
|
||||
unset D
|
||||
unset EXT
|
||||
case $1 in
|
||||
*.tgz) EXT=tgz;;
|
||||
*.tpz) EXT=tpz;;
|
||||
|
Loading…
Reference in New Issue
Block a user