vendor.sh: remove unnecessary rm -Rf command

this file being deleted was never created.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-09-11 10:53:38 +01:00
parent 4999a49de3
commit 07cda7fa12
-1
View File
@@ -157,7 +157,6 @@ extract_intel_me()
fi
set +u +e
x_ rm -Rf "$xbmkpwd/metmp"
( fx_ find_me x_ find "$xbmkpwd/$appdir" -type f ) || :; :
set -u -e