diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-13 03:50:56 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-13 03:50:56 +0100 |
commit | 653a8571f4ca3ed4b319de45b44c136d60385644 (patch) | |
tree | 10f6ab6b7c95d7d22ebf3178eee595e98fce51b9 /script/build/fw | |
parent | c44a38aefc9dc4e150b8a11d904a16cf358b9b66 (diff) |
put space in the warning message about elf/
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/fw')
-rwxr-xr-x | script/build/fw/coreboot | 4 |
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() |