git.sh: remove unnecessary line break

Signed-off-by: Leah Rowe <leah@libreboot.org>
20240612_branch
Leah Rowe 2024-06-08 02:17:23 +01:00
parent 74ae84afba
commit 1a44fcfacf
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"
}