abuild: Remove space before tab
Fix up commit 26174c97
(abuild: Build saved config files)
unintentionally adding a space before a tabulator.
Change-Id: Ic51dee6ed9d640335c2bde5bd5dfad3691c505e0
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/17778
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
f0c7be4e63
commit
d2bbaffe40
|
@ -400,7 +400,7 @@ function build_config
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export HOSTCC='gcc'
|
export HOSTCC='gcc'
|
||||||
|
|
||||||
if [ "$chromeos" = true ] && [ "$(grep -c "^[[:space:]]*select[[:space:]]*MAINBOARD_HAS_CHROMEOS\>" "${ROOT}/src/mainboard/${board_srcdir}/Kconfig")" -eq 0 ]; then
|
if [ "$chromeos" = true ] && [ "$(grep -c "^[[:space:]]*select[[:space:]]*MAINBOARD_HAS_CHROMEOS\>" "${ROOT}/src/mainboard/${board_srcdir}/Kconfig")" -eq 0 ]; then
|
||||||
echo "${BUILD_NAME} doesn't support Chrome OS, skipping."
|
echo "${BUILD_NAME} doesn't support Chrome OS, skipping."
|
||||||
|
|
Loading…
Reference in New Issue