summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-09-26 17:49:45 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-09-26 17:49:45 +0200
commit48bc2b745d5a92dead213f653ec9cc3babe7892c (patch)
treeab5cbe72661e30200583e4136b0a1d050e0a9ec9 /taler-build
parent291a6c29aec33223d3d73298a99167dafe9fef76 (diff)
downloaddeployment-48bc2b745d5a92dead213f653ec9cc3babe7892c.tar.gz
deployment-48bc2b745d5a92dead213f653ec9cc3babe7892c.tar.bz2
deployment-48bc2b745d5a92dead213f653ec9cc3babe7892c.zip
--force when pulling submodules
Diffstat (limited to 'taler-build')
-rwxr-xr-xtaler-build/update_merchant_frontends.sh2
1 files changed, 1 insertions, 1 deletions
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"