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

Update tbz2

This commit is contained in:
JoseluCross
2016-06-28 15:08:21 +02:00
parent ff5c3df464
commit b2c0819ab9

View File

@@ -40,7 +40,7 @@ function msg2() {
echo
}
version="2.0.2"
version="2.0.3"
if [ -z "$1" ];then
echo "$(gettext "No option specified, use jkazip -h")" > /dev/stderr
elif [ "$1" = "-h" ];then
@@ -77,7 +77,7 @@ elif [ "$1" = "-d" ];then
entrada="$2"
sacaFormato "$entrada"
case $formato in
"tar" | "tar.xz" | "tar.lz" | "tar.gz" | "tar.bz2" | "tgz" | "tbz" | "txz" | "tlz")
"tar" | "tar.xz" | "tar.lz" | "tar.gz" | "tar.bz2" | "tgz" | "tbz2" | "txz" | "tlz")
tar xvf "$entrada"
msg2 "$entrada"
;;