summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-14 11:07:56 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-14 11:07:56 +0100
commitb09cd4ada4b92f42b5584fc7c40cca28d185b758 (patch)
tree5afadb3eb6ae0fe4a89f5695d0505848602f1f6e
parentabee462f2a9ad766c6bd62be29ff194587aa1394 (diff)
mk: call xbmk_init through x_
the function never returns 1 at the moment, but this is a useful future trap. Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk b/mk
index d061aec7..d50a55c8 100755
--- a/mk
+++ b/mk
@@ -27,7 +27,7 @@ cd "${commandv%/*}" || exit 1
. "include/lib.sh"
. "include/env/init.sh"
-xbmk_init "$@"
+x_ xbmk_init "$@"
. "include/env/get.sh"