changeset 1450:0089cd84afea draft

Another fix from Johan Bergstr?m, using the gnu/dammit version of sort on the host can be screwed up by more than one environment variable.
author Rob Landley <rob@landley.net>
date Sat, 30 Aug 2014 16:34:46 -0500
parents 0de09d7f503d
children 5f9fbf75ad34
files scripts/make.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/make.sh	Sat Aug 30 13:03:40 2014 -0500
+++ b/scripts/make.sh	Sat Aug 30 16:34:46 2014 -0500
@@ -3,6 +3,7 @@
 # Grab default values for $CFLAGS and such.
 
 export LANG=c
+export LC_ALL=C
 source ./configure
 
 [ -z "$KCONFIG_CONFIG" ] && KCONFIG_CONFIG=".config"