summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMySQL Build Team <build@mysql.com>2009-01-19 17:48:05 +0100
committerMySQL Build Team <build@mysql.com>2009-01-19 17:48:05 +0100
commitacaffc1ce68313b79d8c20a51d8859c8061ed5f6 (patch)
tree00a936aafeb7e918b6a457c42e350623c276706f
parentb8c77bb0fd0311a0963761c975c4155b1514d9f4 (diff)
downloadmariadb-git-mysql-5.1.31.tar.gz
Incorrect test if "--short-product-tag=" was given or notmysql-5.1.31
-rw-r--r--scripts/make_binary_distribution.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
index c5f1813aaf7..ee7c36b097d 100644
--- a/scripts/make_binary_distribution.sh
+++ b/scripts/make_binary_distribution.sh
@@ -116,7 +116,7 @@ case $PLATFORM in
esac
# Change the distribution to a long descriptive name
-if [ x"$SHORT_PRODUCT_TAG" = x"" ] ; then
+if [ x"$SHORT_PRODUCT_TAG" != x"" ] ; then
NEW_NAME=mysql-$SHORT_PRODUCT_TAG-@VERSION@-$PLATFORM$SUFFIX
else
NEW_NAME=mysql@MYSQL_SERVER_SUFFIX@-@VERSION@-$PLATFORM$SUFFIX