inject.sh: tidy up extract_intel_me_bruteforce

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-06 19:47:08 +01:00
parent 4781dbd2a0
commit 03300766d1
+1 -2
View File
@@ -165,9 +165,8 @@ extract_intel_me()
extract_intel_me_bruteforce()
{
[ -L "$1" ] && return 0
_r="-r" && [ -n "$mfs" ] && _r=""
"$mecleaner" $mfs $_r -t -O "$xbmklocal/a" -M "$_metmp" "$1" && \
return 1
"$mecleaner" $mfs $_r -t -O "$_metmp" "$1" && return 1