Try to use smallbunzip2 if bunzip2 fails
This commit is contained in:
parent
5d8f18a091
commit
2e875d3ff2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue