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

make_binary_distribution.sh:

To be safe, put "..." around variables to the test command


scripts/make_binary_distribution.sh:
  To be safe, put "..." around variables to the test command
This commit is contained in:
unknown
2005-05-18 12:49:43 +02:00
parent d8c83c5f98
commit a2502ed415

View File

@ -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'`
# Use the override --machine if present
if [ -n $MACHINE ] ; then
if [ -n "$MACHINE" ] ; then
machine=$MACHINE
fi