From 92ecf145fa1587f414cc4d0ceeed1e4bab286600 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 5 Sep 2025 03:57:07 +0100 Subject: 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 --- include/get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/get.sh') 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() { -- cgit v1.2.1