From 1a44fcfacfb774eeed387732ed5bf6168757cac1 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 8 Jun 2024 02:17:23 +0100 Subject: git.sh: remove unnecessary line break Signed-off-by: Leah Rowe --- include/git.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/git.sh b/include/git.sh index 63300fe8..1573c7d2 100755 --- a/include/git.sh +++ b/include/git.sh @@ -124,7 +124,6 @@ fetch_submodule() done rm -Rf "$tmpgit/$1" || $err "!rm '$mdir' '$1'" - tmpclone "$subrepo" "$subrepo_bkup" "$tmpgit/$1" "$subrev" \ "$mdir/${1##*/}/patches" } -- cgit v1.2.1