bzip2 is now the default for releases

This commit is contained in:
Erik van der Kouwe 2010-06-17 12:00:55 +00:00
parent 0964b221e7
commit 6312d7238b

View file

@ -217,7 +217,7 @@ do
done
if [ ! "$ZIP" ]
then ZIP=gzip
then ZIP=bzip2
fi
if [ $PACKAGES -ne 0 ]