summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 26cd0df0..774b2eb9 100755
--- a/bootstrap
+++ b/bootstrap
@@ -11,7 +11,7 @@ if ! git --version >/dev/null; then
fi
git submodule update --init
-git submodule update --recursive --remote
+git submodule update --recursive
git submodule sync
cp build-system/taler-build-scripts/configure ./configure || true