From 985db8c90833cad455ac0dbadab70cfadb3643f7 Mon Sep 17 00:00:00 2001 From: dzhovi Date: Wed, 22 Jan 2025 18:17:47 +0300 Subject: [PATCH] added lc_numeric --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0408a582..df981f5d 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,9 @@ JPEEK = /opt/app/jpeek.jar # Options for all Java processes JAVA_OPTS=-Xmx128m +# defines rules and symbols for formatting numeric information +LC_NUMERIC=C + # Make all variables from this Makefile visible in all steps/*.sh export