summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap6
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 1b30b7a8a..4a11e8648 100755
--- a/bootstrap
+++ b/bootstrap
@@ -7,6 +7,12 @@ if ! git --version >/dev/null; then
exit 1
fi
+
+git submodule update --init
+
+./contrib/gana-update.sh
+
+
./contrib/gana.sh
# This is more portable than `which' but comes with