git.sh: remove unnecessary line break

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2-merge1
Leah Rowe 2024-06-08 02:17:23 +01:00 committed by Leah Rowe
parent ad05266f8d
commit 0730513709
1 changed files with 0 additions and 1 deletions

View File

@ -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"
}