summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-22 23:22:10 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-22 23:22:10 +0100
commit6af549a017a444a08c458ed0ed47a3e81c01050e (patch)
tree5c8debe4dd347c9062513061dda21144ace807ec /bootstrap
parenta520b878440512ccf30372b4b4dfbd3e41850af8 (diff)
downloadwww-6af549a017a444a08c458ed0ed47a3e81c01050e.tar.gz
www-6af549a017a444a08c458ed0ed47a3e81c01050e.tar.bz2
www-6af549a017a444a08c458ed0ed47a3e81c01050e.zip
use remote
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 774b2eb9..26cd0df0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -11,7 +11,7 @@ if ! git --version >/dev/null; then
fi
git submodule update --init
-git submodule update --recursive
+git submodule update --recursive --remote
git submodule sync
cp build-system/taler-build-scripts/configure ./configure || true