diff options
author | Leah Rowe <leah@libreboot.org> | 2025-09-11 10:55:18 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-09-11 10:55:18 +0100 |
commit | e9c7338cdad33766aa08ad53401eb8cb9b8d95fe (patch) | |
tree | e1f7b2460dccf40c285a8e461a57a4bf3c2402c2 /include | |
parent | 07cda7fa12b0e99f2e8b3044865b56d16de6ab00 (diff) |
vendor.sh: clean out 7ztest on startup
otherwise, some files from a previous me.bin scan
might still be there, which could lead to the wrong
me.bin being found.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/vendor.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vendor.sh b/include/vendor.sh index 504e68a8..b5a2a42b 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -148,6 +148,7 @@ extract_intel_me() _7ztest="$xbtmp/metmp/a" _metmp="$xbtmp/me.bin" x_ rm -f "$_metmp" "$xbtmp/a" + x_ rm -Rf "$_7ztest" mfs="" if [ "$ME11bootguard" = "y" ]; then |