summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-26 18:32:10 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-26 18:32:10 +0100
commit247532df05c5995c99313f9d033b193d5083074c (patch)
tree8466a3b58202d0031ff0bbe633e313a5eb5a6d1f
parentec2b7cad5c0639d1a4ad23d7e17eaff2962010be (diff)
downloaddeployment-247532df05c5995c99313f9d033b193d5083074c.tar.gz
deployment-247532df05c5995c99313f9d033b193d5083074c.tar.bz2
deployment-247532df05c5995c99313f9d033b193d5083074c.zip
remove not-so-useful check
-rwxr-xr-xtaler-build/update_bank.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/taler-build/update_bank.sh b/taler-build/update_bank.sh
index 731f78e..09681d7 100755
--- a/taler-build/update_bank.sh
+++ b/taler-build/update_bank.sh
@@ -12,7 +12,4 @@ git reset --hard "$branch"
./bootstrap
./configure --prefix="$HOME/local"
-if test -z TALER_CHECKDB; then
- TALER_BANK_ALTDB=$TALER_CHECKDB make install check
-else make install check
-fi
+TALER_BANK_ALTDB=$TALER_CHECKDB make install check