1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-02-20 03:52:08 +01:00

Fix unzip, again ";"

This commit is contained in:
kprkpr
2016-07-04 14:04:24 +02:00
parent 31995d4bdb
commit 2c0c58dafe
2 changed files with 2 additions and 1 deletions

0
jka-toolkit/addit Normal file → Executable file
View File

View File

@@ -192,7 +192,8 @@ elif [ "$1" = "-l" ];then
7z l "$2"
;;
"zip")
uzip -v "$2"
unzip -v "$2"
;;
"gz" )
gzip -l "$2"
;;