summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 1b71b37..8efb636 100755
--- a/bootstrap
+++ b/bootstrap
@@ -10,5 +10,5 @@ if ! git --version >/dev/null; then
exit 1
fi
-git submodule update --init
-
+git submodule sync --recursive
+git submodule update --init --recursive