From cf8ad497b4e5f13eb289c0d846e4e5b34b9e81e6 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 4 Jan 2025 02:36:50 +0000 Subject: [PATCH] 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 --- include/vendor.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/vendor.sh b/include/vendor.sh index 08e0bfc3..73293d6e 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -364,8 +364,6 @@ vendor_inject() else printf "Tarball '%s' (board '%s) doesn't need vendorfiles.\n" \ "$archive" "$board" - err="$_olderr" - return 0 fi xtype="patched" && [ "$nukemode" = "nuke" ] && xtype="nuked"