diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-14 11:07:56 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-14 11:07:56 +0100 |
| commit | b09cd4ada4b92f42b5584fc7c40cca28d185b758 (patch) | |
| tree | 5afadb3eb6ae0fe4a89f5695d0505848602f1f6e | |
| parent | abee462f2a9ad766c6bd62be29ff194587aa1394 (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-x | mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ cd "${commandv%/*}" || exit 1 . "include/lib.sh" . "include/env/init.sh" -xbmk_init "$@" +x_ xbmk_init "$@" . "include/env/get.sh" |
