From 01a779d4ebcdfc7df406263aeb1dffb800eb0220 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 2 Sep 2025 06:21:10 +0100 Subject: get.sh: put tmpclone dirs in xbtmp and generate them, don't hardcode them - this reduces the chance of race conditions, which we have seen in the past and which current execution flow in xbmk even mitigates in a few places, by doing things in a certain order. this change makes the code more robust and easier to maintain. Signed-off-by: Leah Rowe --- include/tree.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/tree.sh') diff --git a/include/tree.sh b/include/tree.sh index a3b8de08..25d6c5c0 100644 --- a/include/tree.sh +++ b/include/tree.sh @@ -65,8 +65,6 @@ trees() targets="$*" cmd="build_targets $targets" singletree "$project" && cmd="build_project" - - remkdir "${tmpgit%/*}" } build_project() -- cgit v1.2.1