summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-10 20:01:48 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-10 20:01:48 +0100
commit6fe1d47fb370b27b1e76b93846630e6a7e60f2f0 (patch)
treec5a3ff16608fd079280afb7ab3503a2f071769a1
parent005f1189c150ad7168006533bc66d97cc22b42c1 (diff)
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>
-rwxr-xr-xmk2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk b/mk
index d1bb7ea5..22cf7660 100755
--- a/mk
+++ b/mk
@@ -26,8 +26,6 @@ if xeq main "${1-}" \
$xbcommands; then
"$@"
- set -u -e
-
exit 0
fi