]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4082] Change tools/extract_bnf.sh to LC_ALL=C
authorAndrei Pavel <andrei@isc.org>
Tue, 7 Oct 2025 09:47:23 +0000 (12:47 +0300)
committerAndrei Pavel <andrei@isc.org>
Tue, 7 Oct 2025 09:57:15 +0000 (12:57 +0300)
tools/extract_bnf.sh.in

index 151bdf50491cd093afb7e1a701900ef7e9c0ad36..bb73375797abe855167998359c08d7d86cf1b48c 100755 (executable)
@@ -39,7 +39,7 @@ if [ -f "${base}.yy" ]; then
     # bison may produce language specific wording (like "symbole terminalne"
     # if you system is set to Polish, rather than "Terminals") and this will
     # confuse our script.
-    LANG=en_US LANGUAGE=en_US LC_ALL=en_US @YACC@ -v "${base}.yy" -o output
+    LANG=en_US LANGUAGE=en_US LC_ALL=C @YACC@ -v "${base}.yy" -o output
     rm -f output output.h ./*.hh
     mv output.output /tmp/output
     output=/tmp/output