diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-14 11:03:04 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-14 11:07:24 +0100 |
| commit | abee462f2a9ad766c6bd62be29ff194587aa1394 (patch) | |
| tree | d290c3248c1548a3cc91c9ac46f0acd4772ffd2d /include | |
| parent | cb49e7794793eaec97794afea21795a45cb01df5 (diff) | |
mk: run xbmk_init here, not from init.sh
it should be clear on first reading, what the actual
control flow is. hiding the call in init.sh obscures
first reading.
now it is absolutely clear on first reading, that
xbmk_init is called before going through everything
else in mk.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/env/init.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/env/init.sh b/include/env/init.sh index 0003d098..23850c12 100644 --- a/include/env/init.sh +++ b/include/env/init.sh @@ -391,5 +391,3 @@ xchild() exit $xbmk_rval } - -xbmk_init "$@" |
