summaryrefslogtreecommitdiff
path: root/script/build/fw/coreboot
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-13 03:50:56 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-13 03:50:56 +0100
commit653a8571f4ca3ed4b319de45b44c136d60385644 (patch)
tree10f6ab6b7c95d7d22ebf3178eee595e98fce51b9 /script/build/fw/coreboot
parentc44a38aefc9dc4e150b8a11d904a16cf358b9b66 (diff)
put space in the warning message about elf/
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/fw/coreboot')
-rwxr-xr-xscript/build/fw/coreboot4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/build/fw/coreboot b/script/build/fw/coreboot
index 4cdf64ff..934d6ffd 100755
--- a/script/build/fw/coreboot
+++ b/script/build/fw/coreboot
@@ -66,8 +66,8 @@ main()
printf "WARNING!!!!!!! PLEASE READ:\n\n"
printf "DO NOT flash ROM images contained under elf/, because they lack"
- printf "payloads and will BRICK your machine. Please flash ROM images"
- printf "contained under bin/ instead. YOU HAVE BEEN WARNED.\n\n"
+ printf " payloads and will BRICK your machine. Please flash ROM images"
+ printf " contained under bin/ instead. YOU HAVE BEEN WARNED.\n\n"
}
check_target()