From: Erik van der Kouwe Date: Thu, 17 Jun 2010 12:00:55 +0000 (+0000) Subject: bzip2 is now the default for releases X-Git-Tag: v3.1.8~447 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-coverage.html?a=commitdiff_plain;h=6312d7238b96c7d9dffc5514e70fa563938cf3fe;p=minix.git bzip2 is now the default for releases --- diff --git a/tools/release.sh b/tools/release.sh index 01843949a..766e8bd32 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -217,7 +217,7 @@ do done if [ ! "$ZIP" ] -then ZIP=gzip +then ZIP=bzip2 fi if [ $PACKAGES -ne 0 ]