mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user