]> Zhao Yanbai Git Server - minix.git/commitdiff
Try to use smallbunzip2 if bunzip2 fails
authorBen Gras <ben@minix3.org>
Fri, 16 Sep 2005 14:20:56 +0000 (14:20 +0000)
committerBen Gras <ben@minix3.org>
Fri, 16 Sep 2005 14:20:56 +0000 (14:20 +0000)
commands/scripts/easypack.sh

index fe6cd5dc255328408339c99bc448a5a02d9ca706..571bbf5d556a53d054f61e795952c4738013940f 100644 (file)
@@ -80,7 +80,7 @@ do # Check to see if it exists. Don't overwrite unless -o given
    fi
 
    # We got it. Unpack it.
-   bunzip2 $i.tar.bz2
+   bunzip2 $i.tar.bz2 || smallbunzip2 $i.tar.bz2
    tar xf $i.tar
    if test ! -d $i
       then echo Unable to unpack $i