Fix a typo
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@649 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
parent
2b5a61fc6c
commit
9b72f2cd0a
|
@ -96,7 +96,7 @@ select_prefix()
|
|||
if [ "$ARCH" = "$HOSTARCH" ]; then
|
||||
return
|
||||
fi
|
||||
echo "ERROR: no ${1} cross-compiler found !" 1>&2
|
||||
echo "ERROR: no ${1} cross-compiler found !" 1>&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue