submodule sync
won't work in a leaf submodule.
This commit is contained in:
parent
586b22a179
commit
f1da4424bf
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user