# HG changeset patch # User Rob Landley # Date 1409434486 18000 # Node ID 0089cd84afeab10ca2f806d26ac1aa6e2410b9d5 # Parent 0de09d7f503d80288f709754582a18c6ffd5b716 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. diff -r 0de09d7f503d -r 0089cd84afea scripts/make.sh --- 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"