From 48e9f6348b177bf119a36352ffe00386f4437bcd Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 13 May 2013 10:25:10 +1000 Subject: [PATCH] do_stats: stabilise the sort commands --- do_stats | 3 +++ 1 file changed, 3 insertions(+) diff --git a/do_stats b/do_stats index 36012ce..9b70bb4 100755 --- a/do_stats +++ b/do_stats @@ -4,6 +4,9 @@ base=$1 next=$2 rc=$3 +# to stabilise the sorts +export LANG=C + sd=../stats [ -d $sd ] || mkdir $sd || { -- 2.39.2