From bbb19421d341ee6b808f65550236b7209f90c348 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 11 Dec 2019 12:41:02 +0000 Subject: remove --remote from submodules call. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 26cd0df0..774b2eb9 100755 --- a/bootstrap +++ b/bootstrap @@ -11,7 +11,7 @@ if ! git --version >/dev/null; then fi git submodule update --init -git submodule update --recursive --remote +git submodule update --recursive git submodule sync cp build-system/taler-build-scripts/configure ./configure || true -- cgit v1.2.3