We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8a5f8 commit 68dbe43Copy full SHA for 68dbe43
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 586b22a179177df5909fef8d437a06b3864b78a6
+refs/heads/master: f1da4424bf7c5a81b7eb37093d3d7e80b76b0067
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
trunk/configure
@@ -595,7 +595,7 @@ then
595
need_ok "git failed"
596
597
msg "git: submodule foreach sync"
598
- "${CFG_GIT}" submodule --quiet foreach --recursive git submodule sync
+ "${CFG_GIT}" submodule --quiet foreach --recursive 'if test -e .gitmodules; then git submodule sync; fi'
599
600
601
msg "git: submodule foreach update"
0 commit comments