From afb33a2a66dc5bd35fe80caeba3953a7b76f01ec Mon Sep 17 00:00:00 2001 From: MySQL Build Team Date: Sat, 17 Jan 2009 09:29:40 +0100 Subject: [PATCH] Fixed typo --- scripts/make_binary_distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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