changeset 890:c7e7b159568d

The host sort on many distros behaves stupidly, and sorts stuff in non-ascii order by default. Make it stop.
author Rob Landley <rob@landley.net>
date Mon, 29 Apr 2013 16:00:40 -0500
parents 270e5aab9998
children 5735c500f835
files scripts/make.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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" ]