mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
init.sh: move parent fork to new function
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -204,6 +204,11 @@ xbmk_child_init()
|
||||
x_ ln -s "`pybin "$python"`" python
|
||||
) || $err "Can't set up python symlink in $XBMK_CACHE/xbmkpath"
|
||||
|
||||
xbmk_child_exec "$@"
|
||||
}
|
||||
|
||||
xbmk_child_exec()
|
||||
{
|
||||
xbmk_rval=0
|
||||
( x_ ./mk "$@" ) || xbmk_rval=1
|
||||
rm -Rf "$xbmktmp" || xbmk_rval=1
|
||||
|
||||
Reference in New Issue
Block a user