mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
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>
This commit is contained in:
@@ -148,6 +148,7 @@ extract_intel_me()
|
|||||||
_7ztest="$xbtmp/metmp/a"
|
_7ztest="$xbtmp/metmp/a"
|
||||||
_metmp="$xbtmp/me.bin"
|
_metmp="$xbtmp/me.bin"
|
||||||
x_ rm -f "$_metmp" "$xbtmp/a"
|
x_ rm -f "$_metmp" "$xbtmp/a"
|
||||||
|
x_ rm -Rf "$_7ztest"
|
||||||
|
|
||||||
mfs=""
|
mfs=""
|
||||||
if [ "$ME11bootguard" = "y" ]; then
|
if [ "$ME11bootguard" = "y" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user