1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-02-24 22:13:48 +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" 7z l "$2"
;; ;;
"zip") "zip")
uzip -v "$2" unzip -v "$2"
;;
"gz" ) "gz" )
gzip -l "$2" gzip -l "$2"
;; ;;