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:
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
LANG=C
|
||||
|
||||
PROGNAME=`basename $0`
|
||||
VERSION="Version 1.1.5"
|
||||
|
||||
Reference in New Issue
Block a user