diff options
author | Leah Rowe <leah@libreboot.org> | 2025-10-05 01:21:26 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-10-05 01:21:26 +0100 |
commit | ee2bca65f6e8eb8b1732803aece31c0eee03aaed (patch) | |
tree | 380fd50946780a4a2a93f3e79566e50758aa1aa2 /include/init.sh | |
parent | 23f98c29581e7d2cf5639e93fd89a6e64bec5635 (diff) |
Revert "init.sh: explicitly create cache/"
This reverts commit 23f98c29581e7d2cf5639e93fd89a6e64bec5635.
Diffstat (limited to 'include/init.sh')
-rw-r--r-- | include/init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/init.sh b/include/init.sh index 49863bee..6bed6ca4 100644 --- a/include/init.sh +++ b/include/init.sh @@ -58,7 +58,7 @@ xbmk_init() fi export PWD="$xbmkpwd" - x_ xbmkdir "$basetmp" "cache" + x_ xbmkdir "$basetmp" for init_cmd in get_version set_env set_threads git_init child_exec; do if ! xbmk_$init_cmd "$@"; then |