gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: never build en twice


From: gnunet
Subject: [taler-exchange] branch master updated: never build en twice
Date: Mon, 16 Oct 2023 21:37:40 +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 cea571c6 never build en twice
cea571c6 is described below

commit cea571c6e74ee045503ede7e102f59cf5f7d8899
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Oct 16 21:37:35 2023 +0200

    never build en twice
---
 contrib/taler-terms-generator.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/taler-terms-generator.in b/contrib/taler-terms-generator.in
index 9632779c..ab5470bc 100755
--- a/contrib/taler-terms-generator.in
+++ b/contrib/taler-terms-generator.in
@@ -218,7 +218,7 @@ then
 fi
 
 # shellcheck disable=SC2086
-for d in en $(ls -d ${LOCALE_DIR}/?? 2> /dev/null || true)
+for d in en $(ls -d ${LOCALE_DIR}/?? | grep -v "en" 2> /dev/null || true)
 do
     LANGUAGE=$(basename "$d")
     if [ "en" != "${LANGUAGE}" ] && [ ! -f 
"${LOCALE_DIR}/${LANGUAGE}/LC_MESSAGES/${VERSION_BASENAME}.po" ]

-- 
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]