From 9ea9f40d0ce0233d8fd9b8aeacdce9da70aee312 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 27 May 2021 14:21:44 +0200 Subject: update bootstrap --- bootstrap | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bootstrap b/bootstrap index 9ea2c21..26cd0df 100755 --- a/bootstrap +++ b/bootstrap @@ -10,7 +10,9 @@ if ! git --version >/dev/null; then exit 1 fi -git submodule sync git submodule update --init -rm -f ./configure -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