diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-10 20:01:48 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-10 20:01:48 +0100 |
| commit | 6fe1d47fb370b27b1e76b93846630e6a7e60f2f0 (patch) | |
| tree | c5a3ff16608fd079280afb7ab3503a2f071769a1 | |
| parent | 005f1189c150ad7168006533bc66d97cc22b42c1 (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-x | mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -26,8 +26,6 @@ if xeq main "${1-}" \ $xbcommands; then "$@" - set -u -e - exit 0 fi |
