mk: remove redundant set command

we exit immediately afterward, so there's
no point in putting this here.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-09-10 20:01:48 +01:00
parent 005f1189c1
commit 6fe1d47fb3
-2
View File
@@ -26,8 +26,6 @@ if xeq main "${1-}" \
$xbcommands; then
"$@"
set -u -e
exit 0
fi