stepan goes to bed now.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1747 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2004-11-05 00:26:31 +00:00
parent d87ce961f6
commit 3779f6a4cb
1 changed files with 1 additions and 1 deletions

View 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/`