diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-08 02:17:23 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-08 02:17:23 +0100 |
commit | 1a44fcfacfb774eeed387732ed5bf6168757cac1 (patch) | |
tree | 7aeb2f492138682ecfcee02d340cf327db68bbb4 | |
parent | 74ae84afba74994e3a854d189d9e7226f7e4187c (diff) |
git.sh: remove unnecessary line break
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-x | include/git.sh | 1 |
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" } |