From e1d67eee71588e875721466211829e8e2916e8a4 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 26 Dec 2017 18:26:47 +0100 Subject: use db string from env, when set. --- taler-build/update_bank.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'taler-build/update_bank.sh') 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 -- cgit v1.2.3