From 1a9b211368930ecee259cf0fbd25686c4ebc8924 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 13 Sep 2026 14:50:41 +0100 Subject: 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 --- include/init.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/init.sh') 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 "$@" || \ -- cgit v1.2.1