]> git.ozlabs.org Git - next-scripts/commitdiff
do_stats: stabilise the sort commands
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 13 May 2013 00:25:10 +0000 (10:25 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 13 May 2013 00:25:10 +0000 (10:25 +1000)
do_stats

index 36012ceb6439796ce5d6cfa714b60c53f5c48149..9b70bb43e2918ae5dff032abe1a5714300f7f14f 100755 (executable)
--- 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 || {