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:
parent
d87ce961f6
commit
3779f6a4cb
|
@ -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/`
|
||||
|
|
Loading…
Reference in New Issue