From: Rob Landley Date: Sat, 30 Aug 2014 21:34:46 +0000 (-0500) Subject: Another fix from Johan Bergstr?m, using the gnu/dammit version of sort on the host... X-Git-Tag: 0.5.0~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=082a9a7d25f78856daf1dc9bb8f1f70f98f7470f;p=platform%2Fupstream%2Ftoybox.git 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. --- diff --git a/scripts/make.sh b/scripts/make.sh index 38b8f07..66fdad3 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"