Force the script to use the default locale (#5)

In french for example, decimal separator is a comma, not a period.
So it breaks mathematical computation.
This commit is contained in:
Yoann Laissus
2021-06-02 15:18:30 +02:00
committed by GitHub
parent 9f9ccf6151
commit aa17849014
+1
View File
@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
LANG=C
PROGNAME=`basename $0` PROGNAME=`basename $0`
VERSION="Version 1.1.5" VERSION="Version 1.1.5"