OSDN Git Service

The host sort on many distros behaves stupidly, and sorts stuff in non-ascii order...
authorRob Landley <rob@landley.net>
Mon, 29 Apr 2013 21:00:40 +0000 (16:00 -0500)
committerRob Landley <rob@landley.net>
Mon, 29 Apr 2013 21:00:40 +0000 (16:00 -0500)
scripts/make.sh

index 284c9d7..bee96a1 100755 (executable)
@@ -2,6 +2,7 @@
 
 # Grab default values for $CFLAGS and such.
 
+export LANG=c
 source ./configure
 
 if [ -z ".config" ]