From 5fc1764db37d0fc68d0883bb272a06774274bfc3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 9 Apr 2021 16:33:35 +0200 Subject: do not upgrade gana to master on bootstrap --- bootstrap | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bootstrap') 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 -- cgit v1.2.3