commit 247532df05c5995c99313f9d033b193d5083074c parent ec2b7cad5c0639d1a4ad23d7e17eaff2962010be Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Tue, 26 Dec 2017 18:32:10 +0100 remove not-so-useful check Diffstat:
| M | taler-build/update_bank.sh | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git 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