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:
Blue Swirl 2009-12-28 10:24:32 +00:00
parent 2b5a61fc6c
commit 9b72f2cd0a
1 changed files with 1 additions and 1 deletions

View File

@ -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
}