summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-09 16:36:35 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-09 16:36:35 +0200
commit3251ca082abdcc16061ad1976eb1830ade3a40c5 (patch)
treefb84f1e01cd10fd34851a6cd7e761d738bf5c88c /bootstrap
parent5fc1764db37d0fc68d0883bb272a06774274bfc3 (diff)
downloadexchange-3251ca082abdcc16061ad1976eb1830ade3a40c5.tar.gz
exchange-3251ca082abdcc16061ad1976eb1830ade3a40c5.tar.bz2
exchange-3251ca082abdcc16061ad1976eb1830ade3a40c5.zip
do not upgrade gana to master on bootstrap (see #6839)
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap6
1 files changed, 2 insertions, 4 deletions
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()