diff options
-rwxr-xr-x | include/git.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/git.sh b/include/git.sh index 3052d5b4..e7fe28b5 100755 --- a/include/git.sh +++ b/include/git.sh @@ -120,9 +120,6 @@ prep_submodules() fetch_submodule "$msrcdir" patch_submodule "$msrcdir" done < "$tmpdir/modules" - - # some build systems may download more (we want to control it) - rm -f "$tmpgit/.gitmodules" || $err "!rm .gitmodules as per: $mdir" } fetch_submodule() |