From 48551ced3fea58322e996ca78652ceafb4b9a041 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 1 Jan 2024 15:02:34 +0000 Subject: git.sh: unify am/submodule and tree copying do it all in a single function! Signed-off-by: Leah Rowe --- script/update/trees | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/update') diff --git a/script/update/trees b/script/update/trees index fac37ccd..e4db1872 100755 --- a/script/update/trees +++ b/script/update/trees @@ -37,7 +37,7 @@ main() elfdir="elf/${project}" cfgsdir="config/${project}" - remkdir "${tmp_git_dir%/*}" + remkdir "${tmpgit%/*}" check_project _cmd="build_projects" -- cgit v1.2.1