mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
vendor.sh: Remove unnecessary return
The message at the end that states a file was not modified, is not currently printed when vendor files are not needed, and setmac is not used. This patch fixes that, so the user now sees a confirmation of such change, or lack thereof. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -364,8 +364,6 @@ vendor_inject()
|
|||||||
else
|
else
|
||||||
printf "Tarball '%s' (board '%s) doesn't need vendorfiles.\n" \
|
printf "Tarball '%s' (board '%s) doesn't need vendorfiles.\n" \
|
||||||
"$archive" "$board"
|
"$archive" "$board"
|
||||||
err="$_olderr"
|
|
||||||
return 0
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
xtype="patched" && [ "$nukemode" = "nuke" ] && xtype="nuked"
|
xtype="patched" && [ "$nukemode" = "nuke" ] && xtype="nuked"
|
||||||
|
|||||||
Reference in New Issue
Block a user