From d08533e4c85c914de9f5548ad6ac7c335d938492 Mon Sep 17 00:00:00 2001 From: vonavi Date: Sat, 13 May 2017 12:20:52 +0300 Subject: [PATCH] Script "rr-gen-tours": fix the notation of decimal point. --- rr-gen-tours | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rr-gen-tours b/rr-gen-tours index 1c37ec5..467608d 100755 --- a/rr-gen-tours +++ b/rr-gen-tours @@ -12,6 +12,9 @@ VERSION="0.1" argv0=${0##*/} +# Fix the notation of decimal point +export LANG=en_US.UTF-8 + function usage { cat <