summaryrefslogtreecommitdiff
path: root/scripts/make_binary_distribution.sh
diff options
context:
space:
mode:
authorMySQL Build Team <build@mysql.com>2009-01-17 09:29:40 +0100
committerMySQL Build Team <build@mysql.com>2009-01-17 09:29:40 +0100
commit4915050033dfb2c88907d904ab4f049b7f982e6e (patch)
tree4b46d12b4b4ad8fe1786fb792f8be3a8aeaa08f9 /scripts/make_binary_distribution.sh
parent004a1396b62609e4734ff6d930bdccd759fb1e7f (diff)
downloadmariadb-git-4915050033dfb2c88907d904ab4f049b7f982e6e.tar.gz
Fixed typo
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-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 0c4a6e2a717..c5f1813aaf7 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