mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-02-21 20:33:48 +01:00
Repair fail
This commit is contained in:
@@ -96,7 +96,7 @@ function decompress() {
|
||||
echo
|
||||
fi
|
||||
}
|
||||
version="1.0.1"
|
||||
version="1.0.2"
|
||||
if [ -z $1 ];then
|
||||
echo "$(gettext "No option specified, use jkazip -h")"
|
||||
elif [ $1 = "-h" ];then
|
||||
@@ -240,7 +240,7 @@ elif [ $1 = "-c" ];then
|
||||
echo
|
||||
fi
|
||||
elif [ $2 = "rar" ] 2> /dev/null ;then
|
||||
echo "$(gettext "Format rar are not supported for compression"
|
||||
echo "$(gettext "Format rar are not supported for compression")"
|
||||
else
|
||||
printf -- "$(gettext "Format %s unknown")" "$2"
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user