diff options
-rwxr-xr-x | include/git.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/git.sh b/include/git.sh index c28a02ad..46371f90 100755 --- a/include/git.sh +++ b/include/git.sh @@ -128,8 +128,6 @@ patch_submodules() while read -r modsrcdir; do modpatchdir="$moddir/${modsrcdir##*/}/patches" - [ -d "$modpatchdir" ] || continue - git_am_patches "$tmpgit/$modsrcdir" "$modpatchdir" done < "$tmpdir/modules" } |