summaryrefslogtreecommitdiff
path: root/taler-build/update_bank.sh
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build/update_bank.sh')
-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