scripts/crosstool.sh
changeset 203 73b023845581
parent 182 223c84ec2d90
child 210 98baeb928964
     1.1 --- a/scripts/crosstool.sh	Sun Jul 01 19:04:20 2007 +0000
     1.2 +++ b/scripts/crosstool.sh	Wed Jul 04 17:37:48 2007 +0000
     1.3 @@ -39,7 +39,7 @@
     1.4  CT_DoLog INFO "Checking environment sanity"
     1.5  
     1.6  # Enable known ordering of files in directory listings:
     1.7 -CT_Test "Crosstool-NG might not work as expected with LANG=\"${LANG}\"" -n "${LANG}"
     1.8 +CT_Test "crosstool-NG might not work as expected with LANG=\"${LANG}\"" -n "${LANG}"
     1.9  case "${LC_COLLATE},${LC_ALL}" in
    1.10    # These four combinations are known to sort files in the correct order:
    1.11    fr_FR*,)  ;;