util: Fix a few spelling mistakes
Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: Ib6f0232292c9e289ee1e87998493ea70beea8e78 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64750 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
committed by
Martin L Roth
parent
bbe876250f
commit
e44a3d2842
@@ -61,10 +61,10 @@ configdir="$TOP/configs"
|
||||
TIMELESS=0
|
||||
|
||||
# One might want to adjust these in case of cross compiling
|
||||
for i in make gmake gnumake nonexistant_make; do
|
||||
for i in make gmake gnumake nonexistent_make; do
|
||||
$i --version 2>/dev/null |grep "GNU Make" >/dev/null && break
|
||||
done
|
||||
if [ "$i" = "nonexistant_make" ]; then
|
||||
if [ "$i" = "nonexistent_make" ]; then
|
||||
echo No GNU Make found.
|
||||
exit 1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user