diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in index 083169a7..475f692c 100644 --- a/scripts/crosstool-NG.sh.in +++ b/scripts/crosstool-NG.sh.in @@ -46,8 +46,6 @@ for d in \ 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