mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 00:03:45 +02:00
git.sh: remove unnecessary line break
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -124,7 +124,6 @@ fetch_submodule()
|
|||||||
done
|
done
|
||||||
|
|
||||||
rm -Rf "$tmpgit/$1" || $err "!rm '$mdir' '$1'"
|
rm -Rf "$tmpgit/$1" || $err "!rm '$mdir' '$1'"
|
||||||
|
|
||||||
tmpclone "$subrepo" "$subrepo_bkup" "$tmpgit/$1" "$subrev" \
|
tmpclone "$subrepo" "$subrepo_bkup" "$tmpgit/$1" "$subrev" \
|
||||||
"$mdir/${1##*/}/patches"
|
"$mdir/${1##*/}/patches"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user