mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
make_binary_distribution.sh:
Use portable check for empty string.
This commit is contained in:
@ -315,7 +315,7 @@ system=`echo $system | sed -e 's/solaris2.\([0-9]*\)/solaris\1/g'`
|
|||||||
system=`echo $system | sed -e 's/sco3.2v\(.*\)/openserver\1/g'`
|
system=`echo $system | sed -e 's/sco3.2v\(.*\)/openserver\1/g'`
|
||||||
|
|
||||||
# Use the override --machine if present
|
# Use the override --machine if present
|
||||||
if [ $MACHINE != "" ] ; then
|
if [ -n $MACHINE ] ; then
|
||||||
machine=$MACHINE
|
machine=$MACHINE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user