summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-08 02:17:23 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-08 02:17:23 +0100
commit1a44fcfacfb774eeed387732ed5bf6168757cac1 (patch)
tree7aeb2f492138682ecfcee02d340cf327db68bbb4 /include
parent74ae84afba74994e3a854d189d9e7226f7e4187c (diff)
git.sh: remove unnecessary line break
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/git.sh1
1 files changed, 0 insertions, 1 deletions
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"
}