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
parent
c858099b35
commit
cf8ad497b4
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue