[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix #7934
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix #7934 |
Date: |
Fri, 29 Sep 2023 13:30:31 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 74c56c62 fix #7934
74c56c62 is described below
commit 74c56c62f0d5b7651e0fb76bc8f21844b0c60f46
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 29 13:30:28 2023 +0200
fix #7934
---
contrib/taler-terms-generator.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/taler-terms-generator.in b/contrib/taler-terms-generator.in
index bbc4ccdc..6b5466cf 100755
--- a/contrib/taler-terms-generator.in
+++ b/contrib/taler-terms-generator.in
@@ -26,11 +26,11 @@ set -eu
# Call with target language as first argument.
function make_config()
{
- XPWD=$(echo "$PWD" | sed -e "s/\//\\\\\\//g")
+ XLOC=$(echo "$LOCALE_DIR" | sed -e "s/\//\\\\\\//g")
sed -e "s/%VERSION%/$VERSION/g" \
-e "s/%TITLE%/$TITLE/g" \
-e "s/%AUTHOR%/$AUTHOR/g" \
- -e "s/%LOCALE_DIR%/$XPWD/g" \
+ -e "s/%LOCALE_DIR%/$XLOC/g" \
-e "s/%COPYRIGHT%/$COPYRIGHT/g" \
-e "s/%LANGUAGE%/$1/g" \
> "${BUILDDIR}/conf.py" <<EOF
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.