From 653a8571f4ca3ed4b319de45b44c136d60385644 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 13 Oct 2023 03:50:56 +0100 Subject: put space in the warning message about elf/ Signed-off-by: Leah Rowe --- script/build/fw/coreboot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'script/build/fw/coreboot') 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() -- cgit v1.2.1