mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 03:25:25 +02:00
add line break, part 2
because printf Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -375,7 +375,7 @@ vendor_inject()
|
|||||||
"$archive" && [ "$has_hashes" = "y" ] && \
|
"$archive" && [ "$has_hashes" = "y" ] && \
|
||||||
printf "WARNING: '%s' contains file '%s'. DO NOT FLASH!" \
|
printf "WARNING: '%s' contains file '%s'. DO NOT FLASH!" \
|
||||||
"$archive" "$hashfile" 1>&2 && \
|
"$archive" "$hashfile" 1>&2 && \
|
||||||
printf "(vendorfiles may be needed and weren't inserted)" \
|
printf "(vendorfiles may be needed and aren't there)\n" \
|
||||||
1>&2
|
1>&2
|
||||||
[ "$xchanged" = "y" ] && \
|
[ "$xchanged" = "y" ] && \
|
||||||
printf "\nRelease archive '%s' successfully %s.\n" \
|
printf "\nRelease archive '%s' successfully %s.\n" \
|
||||||
|
|||||||
Reference in New Issue
Block a user