From: Ben Gras Date: Fri, 16 Sep 2005 14:20:56 +0000 (+0000) Subject: Try to use smallbunzip2 if bunzip2 fails X-Git-Tag: v3.1.0~71 X-Git-Url: http://zhaoyanbai.com/repos/man.named.html?a=commitdiff_plain;h=2e875d3ff284f03f990e821b5f99744cc7b6d4a6;p=minix.git Try to use smallbunzip2 if bunzip2 fails --- diff --git a/commands/scripts/easypack.sh b/commands/scripts/easypack.sh index fe6cd5dc2..571bbf5d5 100644 --- a/commands/scripts/easypack.sh +++ b/commands/scripts/easypack.sh @@ -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