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>
20241206_branch
Leah Rowe 2025-01-04 02:36:50 +00:00
parent c858099b35
commit cf8ad497b4
1 changed files with 0 additions and 2 deletions

View File

@ -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"