diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-06 21:16:06 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-06 21:16:06 +0100 |
commit | 485d785d3313fb5c27b0822f8c8e25d631efb3d6 (patch) | |
tree | 2583543e335c566efa97a59f00c2a41e56cbf6df | |
parent | fac99aa2d4478268453bdbe36f9397c15328201e (diff) |
inject.sh: clean up tmp me file before extract
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | include/inject.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inject.sh b/include/inject.sh index 845208ba..a26668b5 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -142,7 +142,7 @@ extract_intel_me() _7ztest="$xbmklocal/metmp/a" _me="$xbmkpwd/$_dest" _metmp="$xbmklocal/me.bin" - x_ rm -f "$_metmp" + x_ rm -f "$_metmp" "$xbmklocal/a" mfs="" && [ "$ME11bootguard" = "y" ] && mfs="--whitelist MFS" && \ chkvars ME11delta ME11version ME11sku ME11pch |