summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 20c1c6025..98cbc24ca 100755
--- a/bootstrap
+++ b/bootstrap
@@ -18,7 +18,8 @@ fi
echo "$0: Updating submodules"
echo | git submodule update --init
-./contrib/gana.sh
+# Generate based on pinned submodule
+./contrib/gana-generate.sh
# This is more portable than `which' but comes with
# the caveat of not(?) properly working on busybox's ash: