aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-11-26 23:36:56 +0100
committerFlorian Dold <florian@dold.me>2024-11-26 23:36:56 +0100
commiteeb9013737eaab3918fa41f557022491e7cdde66 (patch)
tree58f8c9493c4b103255c542d5dfd5eff99dcafbec
parentdc2d5c02b7d31cf81fbf760468a81843e541efaa (diff)
taler-terms-generator: taler-config doesn't exist anymorev0.14.1-dev.10
-rwxr-xr-xcontrib/taler-terms-generator4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/taler-terms-generator b/contrib/taler-terms-generator
index 274a1927e..42480d641 100755
--- a/contrib/taler-terms-generator
+++ b/contrib/taler-terms-generator
@@ -88,8 +88,8 @@ function failcat() {
# defaults
AUTHOR="GNU Taler team"
VERSION="exchange-tos-v0"
-LOCALE_DIR=${TALER_PATHS_LOCALEDIR:-$(taler-config -s "PATHS" -o "LOCALEDIR" -f)}
-OUTPUT=${TALER_EXCHANGE_TERMS_DIR:-$(taler-config -s "EXCHANGE" -o "TERMS_DIR" -f)}
+LOCALE_DIR=${TALER_PATHS_LOCALEDIR:-$(taler-exchange-config -s "PATHS" -o "LOCALEDIR" -f)}
+OUTPUT=${TALER_EXCHANGE_TERMS_DIR:-$(taler-exchange-config -s "EXCHANGE" -o "TERMS_DIR" -f)}
PAPER="a4"
COPYRIGHT="2014-2023 Taler Systems SA (GPLv3+ or GFDL 1.3+)"
INCREMENTAL=0