From b09cd4ada4b92f42b5584fc7c40cca28d185b758 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 14 Sep 2026 11:07:56 +0100 Subject: [PATCH] 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 --- mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"