1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

make_binary_distribution.sh:

Use portable check for empty string.
This commit is contained in:
matt@mysql.com
2005-05-18 03:45:01 +02:00
parent 56fa40e558
commit 4dca62401c

View File

@ -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