bzip2 not bzip

This commit is contained in:
Marc Delisle
2003-06-26 00:38:04 +00:00
parent 41625d7cba
commit fdbe23351c
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-06-25 Marc Delisle <lem9@users.sourceforge.net>
* scripts/create-release.sh: typo, bzip should be bzip2
2003-06-25 Michal Cihar <nijel@users.sourceforge.net>
* libraries/sqlparser.lib.php3: Fixed XSS problem.
* tbl_properties.inc.php3, libraries/functions.js: Alert user when not

View File

@@ -110,7 +110,7 @@ mv phpMyAdmin phpMyAdmin-$1
# Roll up '.php3' release
zip -9 -r phpMyAdmin-$1-php3.zip phpMyAdmin-$1
tar cvf phpMyAdmin-$1-php3.tar phpMyAdmin-$1
bzip -9kv phpMyAdmin-$1-php3.tar
bzip2 -9kv phpMyAdmin-$1-php3.tar
gzip -9v phpMyAdmin-$1-php3.tar
# Setup for '.php' release
@@ -120,7 +120,7 @@ cd ..
# Roll up '.php' release
zip -9 -r phpMyAdmin-$1-php.zip phpMyAdmin-$1
tar cvf phpMyAdmin-$1-php.tar phpMyAdmin-$1
bzip -9kv phpMyAdmin-$1-php.tar
bzip2 -9kv phpMyAdmin-$1-php.tar
gzip -9v phpMyAdmin-$1-php.tar
echo ""