summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-09-04 15:26:56 +0100
committerLeah Rowe <leah@libreboot.org>2025-09-04 15:26:56 +0100
commitf6d5b447578c6f3cc61e1259631947c0695767a3 (patch)
tree49706e68da57ca5f9849c63314932dc0aab690e9 /include
parentc9a81292e5cfa99de2fdbe20e6a6c9da154c6d7d (diff)
Revert "vendor.sh: looser error handling on find_me"
This reverts commit c9a81292e5cfa99de2fdbe20e6a6c9da154c6d7d. This never caused actual issues. Keep it strict.
Diffstat (limited to 'include')
-rw-r--r--include/vendor.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index fbdec810..6e379236 100644
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -160,6 +160,7 @@ 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