git.sh: clean up handling of tmp_git_dir

delete it once once, and delete it much sooner, right
at the start of script/update/trees main()

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-01-01 12:41:43 +00:00
parent d819403a0b
commit e6953dc4f0
3 changed files with 2 additions and 4 deletions
+1
View File
@@ -37,6 +37,7 @@ main()
elfdir="elf/${project}"
cfgsdir="config/${project}"
remkdir "${tmp_git_dir%/*}"
check_project
_cmd="build_projects"