From 05d301bdeeacc6bdf55a6db1ca4e55c495315606 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 7 Jun 2024 16:54:05 +0100 Subject: git.sh: fix submodule path i accidentally cloned to tmpdir rather than tmpgit oops! Signed-off-by: Leah Rowe --- include/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/git.sh b/include/git.sh index 29739e27..63300fe8 100755 --- a/include/git.sh +++ b/include/git.sh @@ -125,7 +125,7 @@ fetch_submodule() rm -Rf "$tmpgit/$1" || $err "!rm '$mdir' '$1'" - tmpclone "$subrepo" "$subrepo_bkup" "$tmpdir/$1" "$subrev" \ + tmpclone "$subrepo" "$subrepo_bkup" "$tmpgit/$1" "$subrev" \ "$mdir/${1##*/}/patches" } -- cgit v1.2.1