diff -r c9151c9ace1c -r fd1bd7327bc8 scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Mon Jun 22 21:53:09 2009 +0200 +++ b/scripts/crosstool-NG.sh.in Tue Jun 23 22:49:50 2009 +0200 @@ -46,8 +46,6 @@ eval dir="\${CT_${d}_DIR}" case "${dir}" in *" "*) -# CT_DoLog ERROR "'CT_${d}_DIR'='${dir}' contains a space in it." -# CT_Abort "Don't use spaces in paths, it breaks things." CT_Abort "'CT_${d}_DIR'='${dir}' contains a space in it.\nDon't use spaces in paths, it breaks things." ;; esac