summaryrefslogtreecommitdiff
path: root/include/get.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-09-05 03:57:07 +0100
committerLeah Rowe <leah@libreboot.org>2025-09-05 03:59:50 +0100
commit92ecf145fa1587f414cc4d0ceeed1e4bab286600 (patch)
tree58e04690bfb1be3fa06d4fadeecf22958b1e9611 /include/get.sh
parentddbefea475719d43996c502275bee1e1341460a2 (diff)
get.sh: put tmpgit in xbtmp
similar to the previous failed patch, which tried to also generate it each time, but that led to issues. this version of the same change merely maintains the current hardcoding logic, while putting it in xbtmp. that way, it's more robustly cleared upon exit from the parent instance of xbmk. this also reduces the chance of race conditions, since it's in a unique place each time, rather than going in XBMK_CACHE. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/get.sh')
-rw-r--r--include/get.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/get.sh b/include/get.sh
index 4926699b..ecfd0ba5 100644
--- a/include/get.sh
+++ b/include/get.sh
@@ -6,7 +6,7 @@ eval "`setvars "" loc url bkup_url subcurl subhash subgit subgit_bkup \
depend subcurl_bkup`"
tmpgit="$xbtmp/gitclone"
-tmpgitcache="$XBMK_CACHE/tmpgit"
+tmpgitcache="$xbtmp/tmpgit"
fetch_targets()
{