1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-06-12 11:16:23 +02: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
Regular → Executable
View File
+2 -1
View File
@@ -192,7 +192,8 @@ elif [ "$1" = "-l" ];then
7z l "$2"
;;
"zip")
uzip -v "$2"
unzip -v "$2"
;;
"gz" )
gzip -l "$2"
;;