aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-08-30 16:34:46 -0500
committerRob Landley <rob@landley.net>2014-08-30 16:34:46 -0500
commit082a9a7d25f78856daf1dc9bb8f1f70f98f7470f (patch)
treed3017328dcff48d4c452df8b17dc978f88184420 /scripts
parent50b82970b1bd599fb84fd3add0b60cb0cb3e40c7 (diff)
downloadtoybox-082a9a7d25f78856daf1dc9bb8f1f70f98f7470f.tar.gz
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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make.sh b/scripts/make.sh
index 38b8f071..66fdad3b 100755
--- a/scripts/make.sh
+++ b/scripts/make.sh
@@ -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"