mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +02:00
vendor.sh: remove superfluous AND
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -208,7 +208,7 @@ extract_intel_me()
|
|||||||
x_ rm -Rf "$_7ztest"
|
x_ rm -Rf "$_7ztest"
|
||||||
|
|
||||||
if [ "$ME11bootguard" = "y" ]; then
|
if [ "$ME11bootguard" = "y" ]; then
|
||||||
mfs="--whitelist MFS" && \
|
mfs="--whitelist MFS"
|
||||||
chkvars ME11delta ME11version ME11sku ME11pch
|
chkvars ME11delta ME11version ME11sku ME11pch
|
||||||
x_ ./mk -f deguard
|
x_ ./mk -f deguard
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user