mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
2000-01-15 Federico Mena Quintero <federico@helixcode.com>
* lib/mc.menu (shell_patterns): Add a missing "esac". Thanks to Martin Bialasinski <martin@internet-treff.uni-koeln.de> for providing a patch.
This commit is contained in:
parent
5c127487ea
commit
7a4cf0fcbb
@ -1,3 +1,9 @@
|
||||
2000-01-15 Federico Mena Quintero <federico@helixcode.com>
|
||||
|
||||
* lib/mc.menu (shell_patterns): Add a missing "esac". Thanks to
|
||||
Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
|
||||
providing a patch.
|
||||
|
||||
2000-01-11 Matthias Warkus <mawa@iname.com>
|
||||
|
||||
* Added icon and keys entry for Scheme source.
|
||||
|
@ -285,6 +285,7 @@ Z Extract compressed tar files to subdirectories
|
||||
tar_gz|tgz|tpz|tar_Z|tar_z) mkdir $D; (cd $D && gzip -dc ../$1 | tar xvf -)||echo tag $1 >>$MC_CONTROL_FILE;;
|
||||
tar_F) mkdir $D; (cd $D && freeze -dc ../$1 | tar xvf -)||echo tag $1 >>$MC_CONTROL_FILE;;
|
||||
tar_bz2) mkdir $D; (cd $D && bunzip2 -c ../$1 | tar xvf -)||echo tag $1 >>$MC_CONTROL_FILE
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user