Another fix from Johan Bergstr?m, using the gnu/dammit version of sort on the host...
authorRob Landley <rob@landley.net>
Sat, 30 Aug 2014 21:34:46 +0000 (16:34 -0500)
committerRob Landley <rob@landley.net>
Sat, 30 Aug 2014 21:34:46 +0000 (16:34 -0500)
scripts/make.sh

index 38b8f07..66fdad3 100755 (executable)
@@ -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"