diff options
author | ramil@mysql.com <> | 2005-05-18 18:15:14 +0500 |
---|---|---|
committer | ramil@mysql.com <> | 2005-05-18 18:15:14 +0500 |
commit | 8add105ff5060dc9abcbdd0a11783b78a0cb9cb3 (patch) | |
tree | b6c25c424f7b7a46ed2c0f065d32b6bd54deab15 /scripts | |
parent | 65bce553c594bd7d65b5dec65baae585f21b124d (diff) | |
parent | f32c4cbdb5ad0364791d3807360f3c8aa1a7de52 (diff) | |
download | mariadb-git-8add105ff5060dc9abcbdd0a11783b78a0cb9cb3.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 |