summaryrefslogtreecommitdiff
path: root/bootstrap.template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-22 23:22:38 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-22 23:22:38 +0100
commitd81bbfabc2538932f631d3946bd6a9b95182b4f2 (patch)
tree77d170f705a98b4d6fd3837b6f85561ec1eec18d /bootstrap.template
parent15a48fda5e6463637f1af6be467f1521bcc0013e (diff)
downloadbuild-common-d81bbfabc2538932f631d3946bd6a9b95182b4f2.tar.gz
build-common-d81bbfabc2538932f631d3946bd6a9b95182b4f2.tar.bz2
build-common-d81bbfabc2538932f631d3946bd6a9b95182b4f2.zip
force getting remotes
Diffstat (limited to 'bootstrap.template')
-rwxr-xr-xbootstrap.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.template b/bootstrap.template
index 747df53..61fcc88 100755
--- a/bootstrap.template
+++ b/bootstrap.template
@@ -11,4 +11,6 @@ if ! git --version >/dev/null; then
fi
git submodule update --init
+git submodule update --recursive --remote
+git submodule sync
ln -sf build-system/taler-build-scripts/configure ./configure