aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap5
m---------contrib/gana0
2 files changed, 2 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index 70c2559aa..96c0f7196 100755
--- a/bootstrap
+++ b/bootstrap
@@ -97,9 +97,8 @@ submodules()
97 if ! git --version >/dev/null; then 97 if ! git --version >/dev/null; then
98 echo "git not installed, skipping submodule update" 98 echo "git not installed, skipping submodule update"
99 else 99 else
100 git submodule update --init && \ 100 git submodule update --init --recursive && \
101 git submodule update --remote --recursive && \ 101 git submodule sync --recursive
102 git submodule sync
103 fi 102 fi
104} 103}
105 104
diff --git a/contrib/gana b/contrib/gana
Subproject 5ada88d0d3e25587a1340cc35669c36f608a50d Subproject 99d8d9e0336bacebab5af4ae00c3f685ffd90f6