Commit e3d71709 authored by MySQL Build Team's avatar MySQL Build Team

Incorrect test if "--short-product-tag=" was given or not

parent afb33a2a
...@@ -116,7 +116,7 @@ case $PLATFORM in ...@@ -116,7 +116,7 @@ case $PLATFORM in
esac esac
# Change the distribution to a long descriptive name # 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 NEW_NAME=mysql-$SHORT_PRODUCT_TAG-@VERSION@-$PLATFORM$SUFFIX
else else
NEW_NAME=mysql@MYSQL_SERVER_SUFFIX@-@VERSION@-$PLATFORM$SUFFIX NEW_NAME=mysql@MYSQL_SERVER_SUFFIX@-@VERSION@-$PLATFORM$SUFFIX
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment