commit 6af549a017a444a08c458ed0ed47a3e81c01050e
parent a520b878440512ccf30372b4b4dfbd3e41850af8
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 22 Dec 2019 23:22:10 +0100
use remote
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap b/bootstrap
@@ -11,7 +11,7 @@ if ! git --version >/dev/null; then
fi
git submodule update --init
-git submodule update --recursive
+git submodule update --recursive --remote
git submodule sync
cp build-system/taler-build-scripts/configure ./configure || true