summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-06-07 17:18:36 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-06-07 17:18:36 +0200
commit1aed6343b88bd476af4344e5cbdf368b5bd3ba20 (patch)
treee86bf96ecefbb3d376fb2b7894ce9703f5c4abbc
parentbdc8d294a8556824b8f29c02fa11a96fd9087c5d (diff)
downloaddeployment-1aed6343b88bd476af4344e5cbdf368b5bd3ba20.tar.gz
deployment-1aed6343b88bd476af4344e5cbdf368b5bd3ba20.tar.bz2
deployment-1aed6343b88bd476af4344e5cbdf368b5bd3ba20.zip
fix env variables
-rwxr-xr-xtaler-build/update_exchange.sh2
-rwxr-xr-xtaler-build/update_merchant.sh2
2 files changed, 2 insertions, 2 deletions
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