summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtaler-build/update_bank.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/taler-build/update_bank.sh b/taler-build/update_bank.sh
index 42ea74a..731f78e 100755
--- a/taler-build/update_bank.sh
+++ b/taler-build/update_bank.sh
@@ -12,4 +12,7 @@ git reset --hard "$branch"
./bootstrap
./configure --prefix="$HOME/local"
-make install check
+if test -z TALER_CHECKDB; then
+ TALER_BANK_ALTDB=$TALER_CHECKDB make install check
+else make install check
+fi