From b3d4f0bb10b5591a2a87ed9f26aed21a16a7cf84 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 29 Apr 2013 16:00:40 -0500 Subject: The host sort on many distros behaves stupidly, and sorts stuff in non-ascii order by default. Make it stop. --- scripts/make.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/make.sh b/scripts/make.sh index 284c9d77..bee96a11 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -2,6 +2,7 @@ # Grab default values for $CFLAGS and such. +export LANG=c source ./configure if [ -z ".config" ] -- cgit v1.2.3