commit 33250bb6d50a281095b0269f506f60f620f22f6c parent e48534b0d0b839cec8bf1307897959ef4fe12e5c Author: ng0 <ng0@taler.net> Date: Mon, 9 Dec 2019 17:56:22 +0000 bootstrap Diffstat:
| M | bootstrap | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/bootstrap b/bootstrap @@ -11,4 +11,8 @@ if ! git --version >/dev/null; then fi git submodule update --init -cp build-system/taler-build-scripts/configure ./configure +git submodule update --recursive --remote +git submodule sync + +cp build-system/taler-build-scripts/configure ./configure || true +cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true