summaryrefslogtreecommitdiff
path: root/include/tree.sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/tree.sh')
-rw-r--r--include/tree.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tree.sh b/include/tree.sh
index 25d6c5c0..a3b8de08 100644
--- a/include/tree.sh
+++ b/include/tree.sh
@@ -65,6 +65,8 @@ trees()
targets="$*"
cmd="build_targets $targets"
singletree "$project" && cmd="build_project"
+
+ remkdir "${tmpgit%/*}"
}
build_project()