commit 48bc2b745d5a92dead213f653ec9cc3babe7892c parent 291a6c29aec33223d3d73298a99167dafe9fef76 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Mon, 26 Sep 2016 17:49:45 +0200 --force when pulling submodules Diffstat:
| M | 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 @@ -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"