From a2502ed415bbc08dd739775cff83f649e24c96a3 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 18 May 2005 12:49:43 +0200 Subject: [PATCH] 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 --- scripts/make_binary_distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index d273e67ec01..ecfe9e8be88 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -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