mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 00:27:09 +02:00
inject.sh: remove unnecessary check
the call stack already falls through with a bunch of return 1s after a successful run of me_cleaner, so it's really not necessary. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -165,7 +165,6 @@ extract_intel_me()
|
|||||||
extract_intel_me_bruteforce()
|
extract_intel_me_bruteforce()
|
||||||
{
|
{
|
||||||
[ -L "$1" ] && return 0
|
[ -L "$1" ] && return 0
|
||||||
e "$_metmp" f && x_ && return 1
|
|
||||||
|
|
||||||
_r="-r" && [ -n "$mfs" ] && _r=""
|
_r="-r" && [ -n "$mfs" ] && _r=""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user