aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 7fa915ff..7630c337 100755
--- a/bootstrap
+++ b/bootstrap
@@ -11,5 +11,7 @@ if ! git --version >/dev/null; then
11fi 11fi
12 12
13git submodule update --init 13git submodule update --init
14git submodule update --recursive --remote
15git submodule sync
14cp build-system/taler-build-scripts/configure ./configure || true 16cp build-system/taler-build-scripts/configure ./configure || true
15cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true 17cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true