From 3251ca082abdcc16061ad1976eb1830ade3a40c5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 9 Apr 2021 16:36:35 +0200 Subject: do not upgrade gana to master on bootstrap (see #6839) --- bootstrap | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 4a11e8648..90cb51332 100755 --- a/bootstrap +++ b/bootstrap @@ -8,13 +8,11 @@ if ! git --version >/dev/null; then fi -git submodule update --init +echo "$0: Updating submodules" +echo | git submodule update --init ./contrib/gana-update.sh - -./contrib/gana.sh - # This is more portable than `which' but comes with # the caveat of not(?) properly working on busybox's ash: existence() -- cgit v1.2.3