commit cea571c6e74ee045503ede7e102f59cf5f7d8899
parent 69a1528062dc15c8c60e62454c18f35bb76aecfb
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Mon, 16 Oct 2023 21:37:35 +0200
never build en twice
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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" ]