From c9a81292e5cfa99de2fdbe20e6a6c9da154c6d7d Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 2 Sep 2025 07:37:32 +0100 Subject: vendor.sh: looser error handling on find_me i added a stricter check recently, but this broke extraction on fresh lbmk clones, tested when doing a release-build test. loosen it up again, but only for find_me Signed-off-by: Leah Rowe --- include/vendor.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/vendor.sh b/include/vendor.sh index 6e379236..fbdec810 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -160,7 +160,6 @@ extract_intel_me() x_ rm -Rf "$xbmkpwd/metmp" ( fx_ find_me x_ find "$xbmkpwd/$appdir" -type f ) || :; : - set -u -e if [ "$ME11bootguard" = "y" ]; then apply_deguard_hack -- cgit v1.2.1