stepan goes to bed now.
authorStefan Reinauer <stepan@openbios.org>
Fri, 5 Nov 2004 00:26:31 +0000 (00:26 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 5 Nov 2004 00:26:31 +0000 (00:26 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1747 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/abuild/abuild.sh

index 515327261fcfbd35adb5cceda12450e54b9f676a..23d4dcbf45af003cca48e1551da5ce123d0fc10e 100644 (file)
@@ -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/`