commit 1aed6343b88bd476af4344e5cbdf368b5bd3ba20 parent bdc8d294a8556824b8f29c02fa11a96fd9087c5d Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 7 Jun 2016 17:18:36 +0200 fix env variables Diffstat:
| M | taler-build/update_exchange.sh | | | 2 | +- |
| M | taler-build/update_merchant.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh @@ -18,4 +18,4 @@ git reset --hard FETCH_HEAD --enable-logging=verbose make make install -TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB make check +TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh @@ -20,4 +20,4 @@ git submodule update --init --enable-logging=verbose make make install -TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check +TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB make check