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>
This commit is contained in:
Leah Rowe
2026-09-13 14:50:41 +01:00
parent e9e33d4b4d
commit 1a9b211368
8 changed files with 16 additions and 28 deletions
+1 -4
View File
@@ -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 "$@" || \