diff options
| author | Leah Rowe <leah@libreboot.org> | 2024-05-22 18:01:39 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2024-05-22 18:01:39 +0100 | 
| commit | c3e1aa343a0451cd8ab764cdb64b9958ff782884 (patch) | |
| tree | a75312a0df6f5eab8f27aac7907013b32d399fd3 | |
| parent | a41633306a66aa7f718561c0c178409a6e7be029 (diff) | |
git.sh: merge patch_submodules in prep_submodules
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rwxr-xr-x | include/git.sh | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/include/git.sh b/include/git.sh index 9809f377..26720757 100755 --- a/include/git.sh +++ b/include/git.sh @@ -118,11 +118,6 @@ prep_submodules()  	[ ! -f "$tmpgit/.gitmodules" ] || git -C "$tmpgit" submodule \  	    update --init --checkout || $err "git_prep $1: !submod" -	patch_submodules -} - -patch_submodules() -{  	mdir="${PWD}/config/submodule/$project"  	[ -n "$tree" ] && mdir="$mdir/$tree" | 
