Skip to content

Commit 68dbe43

Browse files
g2pbrson
authored andcommitted
---
yaml --- r: 34862 b: refs/heads/master c: f1da442 h: refs/heads/master v: v3
1 parent 0b8a5f8 commit 68dbe43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 586b22a179177df5909fef8d437a06b3864b78a6
2+
refs/heads/master: f1da4424bf7c5a81b7eb37093d3d7e80b76b0067
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ then
595595
need_ok "git failed"
596596

597597
msg "git: submodule foreach sync"
598-
"${CFG_GIT}" submodule --quiet foreach --recursive git submodule sync
598+
"${CFG_GIT}" submodule --quiet foreach --recursive 'if test -e .gitmodules; then git submodule sync; fi'
599599
need_ok "git failed"
600600

601601
msg "git: submodule foreach update"

0 commit comments

Comments
 (0)