gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: terms generator: fix bad taler-c


From: gnunet
Subject: [taler-exchange] branch master updated: terms generator: fix bad taler-config invocation
Date: Wed, 10 Jan 2024 12:44:19 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 66606276 terms generator: fix bad taler-config invocation
66606276 is described below

commit 6660627634096ec695bebab5663667b19212e5f7
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jan 10 12:44:17 2024 +0100

    terms generator: fix bad taler-config invocation
---
 contrib/taler-terms-generator | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/taler-terms-generator b/contrib/taler-terms-generator
index 38ccd6cc..0e6946ea 100755
--- a/contrib/taler-terms-generator
+++ b/contrib/taler-terms-generator
@@ -98,8 +98,8 @@ function failcat ()
 # defaults
 AUTHOR="GNU Taler team"
 VERSION="exchange-tos-v0"
-LOCALE_DIR=$(taler-config -s "LOCALEDIR" -f)
-OUTPUT=$(taler-config -s "TERMS_DIR" -f)
+LOCALE_DIR=$(taler-config -s "PATHS" -o "LOCALEDIR" -f)
+OUTPUT=$(taler-config -s "EXCHANGE" -o "TERMS_DIR" -f)
 PAPER="a4"
 COPYRIGHT="2014-2023 Taler Systems SA (GPLv3+ or GFDL 1.3+)"
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]