diff options
author | Rob Landley <rob@landley.net> | 2013-04-29 16:00:40 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-04-29 16:00:40 -0500 |
commit | b3d4f0bb10b5591a2a87ed9f26aed21a16a7cf84 (patch) | |
tree | 8d11f9098a2312ab36f4c082f48071b65a6ef28a | |
parent | acede57b4fd2d9d7f5cb576bdf12cf8586cef44a (diff) | |
download | toybox-b3d4f0bb10b5591a2a87ed9f26aed21a16a7cf84.tar.gz |
The host sort on many distros behaves stupidly, and sorts stuff in non-ascii order by default. Make it stop.
-rwxr-xr-x | scripts/make.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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" ] |