diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-13 14:50:41 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-13 14:50:41 +0100 |
| commit | 1a9b211368930ecee259cf0fbd25686c4ebc8924 (patch) | |
| tree | 82c8f5f502fcd184ca117187e7a02c83157ca771 /include/init.sh | |
| parent | e9e33d4b4d6c7d2fc48f667c9f19ab710203228d (diff) | |
xbmk: remove xbmkdir()
pointless function. literally pointless. it is literally
the most pointless function ever written in the history
of functions. literally pointless in every possible way.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/init.sh')
| -rw-r--r-- | include/init.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/init.sh b/include/init.sh index d0edb3fb..eba993fc 100644 --- a/include/init.sh +++ b/include/init.sh @@ -33,10 +33,7 @@ xbmk_init() err "this command as root is not permitted" "xbmk_init" "$@" export PWD="$xbmkpwd" - x_ xbmkdir "$basetmp" - - [ ! -e "cache" ] && \ - x_ xbmkdir "cache" + x_ mkdir -p "$basetmp" "cache" for init_cmd in get_version set_env set_threads git_init child_exec; do xbmk_$init_cmd "$@" || \ |
