From 247532df05c5995c99313f9d033b193d5083074c Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 26 Dec 2017 18:32:10 +0100 Subject: remove not-so-useful check --- taler-build/update_bank.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'taler-build/update_bank.sh') 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 -- cgit v1.2.3