mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-09-20 05:30:25 +02:00
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:
+1
-4
@@ -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 "$@" || \
|
||||
|
||||
Reference in New Issue
Block a user