# HG changeset patch # User Rob Landley # Date 1367269240 18000 # Node ID c7e7b159568dd89dc685429b983e8e7667be264e # Parent 270e5aab9998d5dc6bec098a553be6453fb668f4 The host sort on many distros behaves stupidly, and sorts stuff in non-ascii order by default. Make it stop. diff -r 270e5aab9998 -r c7e7b159568d scripts/make.sh --- a/scripts/make.sh Mon Apr 29 12:30:28 2013 -0500 +++ b/scripts/make.sh Mon Apr 29 16:00:40 2013 -0500 @@ -2,6 +2,7 @@ # Grab default values for $CFLAGS and such. +export LANG=c source ./configure if [ -z ".config" ]