Script "rr-gen-tours": fix the notation of decimal point.
This commit is contained in:
parent
4b56932559
commit
d08533e4c8
@ -12,6 +12,9 @@ VERSION="0.1"
|
|||||||
|
|
||||||
argv0=${0##*/}
|
argv0=${0##*/}
|
||||||
|
|
||||||
|
# Fix the notation of decimal point
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
|
|
||||||
function usage {
|
function usage {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Automatic generation of tours.
|
Automatic generation of tours.
|
||||||
|
Loading…
Reference in New Issue
Block a user