diff -r 223c84ec2d90 -r 9383bf4a2e2e scripts/crosstool.sh --- a/scripts/crosstool.sh Sun Jul 01 19:04:20 2007 +0000 +++ b/scripts/crosstool.sh Mon Jul 02 19:40:54 2007 +0000 @@ -39,7 +39,7 @@ CT_DoLog INFO "Checking environment sanity" # Enable known ordering of files in directory listings: -CT_Test "Crosstool-NG might not work as expected with LANG=\"${LANG}\"" -n "${LANG}" +CT_Test "crosstool-NG might not work as expected with LANG=\"${LANG}\"" -n "${LANG}" case "${LC_COLLATE},${LC_ALL}" in # These four combinations are known to sort files in the correct order: fr_FR*,) ;;