aboutsummaryrefslogtreecommitdiff
path: root/scripts/make.sh
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-04-29 16:00:40 -0500
committerRob Landley <rob@landley.net>2013-04-29 16:00:40 -0500
commitb3d4f0bb10b5591a2a87ed9f26aed21a16a7cf84 (patch)
tree8d11f9098a2312ab36f4c082f48071b65a6ef28a /scripts/make.sh
parentacede57b4fd2d9d7f5cb576bdf12cf8586cef44a (diff)
downloadtoybox-b3d4f0bb10b5591a2a87ed9f26aed21a16a7cf84.tar.gz
The host sort on many distros behaves stupidly, and sorts stuff in non-ascii order by default. Make it stop.
Diffstat (limited to 'scripts/make.sh')
-rwxr-xr-xscripts/make.sh1
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" ]