aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-12 16:30:28 +0000
committerng0 <ng0@n0.is>2019-11-12 16:30:28 +0000
commitbc30910056ae9c58484e1c5a59d253bc64f2e6f3 (patch)
treeb2dfd94f833dad4666e54ee8325a75c528593e2b /bootstrap
parenta16cc13a6b9a3220dfc9966dff1546172c41bc7e (diff)
downloadwww-bc30910056ae9c58484e1c5a59d253bc64f2e6f3.tar.gz
www-bc30910056ae9c58484e1c5a59d253bc64f2e6f3.zip
add yapf style to bootstrap.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 82700e1b..7fa915ff 100755
--- a/bootstrap
+++ b/bootstrap
@@ -11,4 +11,5 @@ if ! git --version >/dev/null; then
11fi 11fi
12 12
13git submodule update --init 13git submodule update --init
14cp build-system/taler-build-scripts/configure ./configure 14cp build-system/taler-build-scripts/configure ./configure || true
15cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true