From 33250bb6d50a281095b0269f506f60f620f22f6c Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 9 Dec 2019 17:56:22 +0000 Subject: bootstrap --- bootstrap | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 82700e1b..26cd0df0 100755 --- 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 -- cgit v1.2.3