summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-01-04 16:32:13 +0000
committerLeah Rowe <leah@libreboot.org>2025-01-04 16:32:13 +0000
commit8ce1a00f517dee3dbbd0019c58865dd2c2cc8dc2 (patch)
treef65621b94979143926cc299ccbf3fe3d2198299a
parentbc2c14e76a8a39f4cceb2a45c0b3c4bc46f1ad70 (diff)
add line break, part 2
because printf Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--include/vendor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index 242175e8..36ba68b0 100644
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -375,7 +375,7 @@ vendor_inject()
"$archive" && [ "$has_hashes" = "y" ] && \
printf "WARNING: '%s' contains file '%s'. DO NOT FLASH!" \
"$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
[ "$xchanged" = "y" ] && \
printf "\nRelease archive '%s' successfully %s.\n" \