summaryrefslogtreecommitdiff
path: root/include/git.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-22 18:01:39 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-22 18:01:39 +0100
commitc3e1aa343a0451cd8ab764cdb64b9958ff782884 (patch)
treea75312a0df6f5eab8f27aac7907013b32d399fd3 /include/git.sh
parenta41633306a66aa7f718561c0c178409a6e7be029 (diff)
git.sh: merge patch_submodules in prep_submodules
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/git.sh')
-rwxr-xr-xinclude/git.sh5
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"