scripts/crosstool-NG.sh.in
changeset 2223 2aff0df5fcca
parent 2163 96082aa6459f
child 2275 9ab4392430ad
     1.1 --- a/scripts/crosstool-NG.sh.in	Sun Oct 31 16:50:07 2010 +0100
     1.2 +++ b/scripts/crosstool-NG.sh.in	Sat Dec 18 23:29:46 2010 +0100
     1.3 @@ -26,7 +26,10 @@
     1.4  # Yes! We can do full logging from now on!
     1.5  
     1.6  # Overide the locale early, in case we ever translate crosstool-NG messages
     1.7 -[ -z "${CT_NO_OVERIDE_LC_MESSAGES}" ] && export LC_ALL=C
     1.8 +if [ -z "${CT_NO_OVERIDE_LC_MESSAGES}" ]; then
     1.9 +    export LC_ALL=C
    1.10 +    export LANG=C
    1.11 +fi
    1.12  
    1.13  # remove . from PATH since it can cause gcc build failures
    1.14  CT_SanitizePath