From 1aed6343b88bd476af4344e5cbdf368b5bd3ba20 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 7 Jun 2016 17:18:36 +0200 Subject: fix env variables --- taler-build/update_exchange.sh | 2 +- taler-build/update_merchant.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'taler-build') diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh index e1e0c97..b2544ba 100755 --- 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 index 2863ef5..e871313 100755 --- 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 -- cgit v1.2.3