aboutsummaryrefslogtreecommitdiff
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 7630c337..dcc5ae3a 100755
--- a/bootstrap
+++ b/bootstrap
@@ -11,7 +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 14git submodule update --recursive
15git submodule sync 15git submodule sync
16cp build-system/taler-build-scripts/configure ./configure || true 16cp build-system/taler-build-scripts/configure ./configure || true
17cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true 17cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true