1
0
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:
JoseluCross
2016-06-08 21:31:24 +02:00
parent 6778e216be
commit 849aa76c69

View File

@@ -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