submodule sync won't work in a leaf submodule.

This commit is contained in:
Gabriel 2012-10-22 22:21:29 +02:00 committed by Brian Anderson
parent 586b22a179
commit f1da4424bf

2
configure vendored
View file

@ -595,7 +595,7 @@ then
need_ok "git failed"
msg "git: submodule foreach sync"
"${CFG_GIT}" submodule --quiet foreach --recursive git submodule sync
"${CFG_GIT}" submodule --quiet foreach --recursive 'if test -e .gitmodules; then git submodule sync; fi'
need_ok "git failed"
msg "git: submodule foreach update"