mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 08:40:14 +02:00
add line break, part 3
forgot a line break, three times in a rowe you got a problem with that? Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -373,7 +373,7 @@ vendor_inject()
|
|||||||
[ "$xchanged" != "y" ] && \
|
[ "$xchanged" != "y" ] && \
|
||||||
printf "\nRelease archive '%s' was *NOT* modified.\n" \
|
printf "\nRelease archive '%s' was *NOT* modified.\n" \
|
||||||
"$archive" && [ "$has_hashes" = "y" ] && \
|
"$archive" && [ "$has_hashes" = "y" ] && \
|
||||||
printf "WARNING: '%s' contains file '%s'. DO NOT FLASH!" \
|
printf "WARNING: '%s' contains '%s'. DO NOT FLASH!\n" \
|
||||||
"$archive" "$hashfile" 1>&2 && \
|
"$archive" "$hashfile" 1>&2 && \
|
||||||
printf "(vendorfiles may be needed and aren't there)\n" \
|
printf "(vendorfiles may be needed and aren't there)\n" \
|
||||||
1>&2
|
1>&2
|
||||||
|
|||||||
Reference in New Issue
Block a user