summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/abuild/abuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/abuild/abuild.sh b/util/abuild/abuild.sh
index 515327261f..23d4dcbf45 100644
--- a/util/abuild/abuild.sh
+++ b/util/abuild/abuild.sh
@@ -280,7 +280,7 @@ if [ -z "$LBROOT" ] ; then
LBROOT=$( cd ../..; pwd )
fi
-if [ $target != "" ]; then
+if [ "$target" != "" ]; then
# build a single board
VENDOR=`echo $target|tr -d \'|cut -f1 -d/`
MAINBOARD=`echo $target|tr -d \'|cut -f2 -d/`