diff options
author | unknown <ramil@mysql.com> | 2005-05-18 18:15:14 +0500 |
---|---|---|
committer | unknown <ramil@mysql.com> | 2005-05-18 18:15:14 +0500 |
commit | 89eeff659f0c8a45b065b8716d87b1d950a1c1fe (patch) | |
tree | b6c25c424f7b7a46ed2c0f065d32b6bd54deab15 /scripts | |
parent | 41407d1a648ea5be467b74de9b385965ca0c6a33 (diff) | |
parent | 93e8f1824a4b1f6839c2e6ca2efc050a8bdf32f1 (diff) | |
download | mariadb-git-89eeff659f0c8a45b065b8716d87b1d950a1c1fe.tar.gz |
Merge mysql.com:/usr/home/ram/work/mysql-5.0-build
into mysql.com:/usr/home/ram/work/mysql-5.0
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 1f28b8e4538..d273e67ec01 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -315,8 +315,8 @@ system=`echo $system | sed -e 's/solaris2.\([0-9]*\)/solaris\1/g'` system=`echo $system | sed -e 's/sco3.2v\(.*\)/openserver\1/g'` # Use the override --machine if present -if [ $MACHINE != "" ] ; then - machine= $MACHINE +if [ -n $MACHINE ] ; then + machine=$MACHINE fi # Change the distribution to a long descriptive name |