From 48bc2b745d5a92dead213f653ec9cc3babe7892c Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 26 Sep 2016 17:49:45 +0200 Subject: --force when pulling submodules --- taler-build/update_merchant_frontends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taler-build/update_merchant_frontends.sh b/taler-build/update_merchant_frontends.sh index 1c3912d..417b788 100755 --- a/taler-build/update_merchant_frontends.sh +++ b/taler-build/update_merchant_frontends.sh @@ -10,7 +10,7 @@ git clean -fxd git fetch git reset --hard FETCH_HEAD -git submodule update --init +git submodule update --init --force ./bootstrap ./configure --prefix="$HOME/local" -- cgit v1.2.3