From: Stephen Rothwell Date: Mon, 13 May 2013 00:25:10 +0000 (+1000) Subject: do_stats: stabilise the sort commands X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=48e9f6348b177bf119a36352ffe00386f4437bcd;p=next-scripts do_stats: stabilise the sort commands --- 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 || {