commit 2f8eed37ce9e333e1e8732049d5d94f4e5198563
parent 9c31da0398ebb05177718eea2f25fe26aa8d1f02
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 7 Feb 2025 09:11:25 +0100
-fix unbound variable
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/taler-terms-generator b/contrib/taler-terms-generator
@@ -44,7 +44,7 @@ project = u'$VERSION_BASENAME'
copyright = u'$COPYRIGHT'
version = '$VERSION_BASENAME'
release = '$VERSION_BASENAME'
-language = "$LANGUAGE"
+language = "$1"
exclude_patterns = ['_build', '_exts', 'cf', 'prebuilt']
locale_dirs = ['$LOCALE_DIR/']
gettext_compact = False