summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-21 17:24:58 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-21 17:24:58 +0100
commiteb05ba6e34f4200663d28cea06c1915cd9166c2e (patch)
treeb5cc5d8e61a277004e0192931db490197478e658
parentcb96bb0ba7ac4ff54beba5dc275fb2be3b1d12ff (diff)
downloadexchange-eb05ba6e34f4200663d28cea06c1915cd9166c2e.tar.gz
exchange-eb05ba6e34f4200663d28cea06c1915cd9166c2e.tar.bz2
exchange-eb05ba6e34f4200663d28cea06c1915cd9166c2e.zip
force full gana update on bootstrap
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 90cb51332..65b71c7d8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -11,7 +11,7 @@ fi
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: