mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
inject.sh: tidy up extract_intel_me_bruteforce
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user