scripts/crosstool-NG.sh.in
changeset 1417 fd1bd7327bc8
parent 1416 c9151c9ace1c
child 1419 634ffd14d936
     1.1 --- a/scripts/crosstool-NG.sh.in	Mon Jun 22 21:53:09 2009 +0200
     1.2 +++ b/scripts/crosstool-NG.sh.in	Tue Jun 23 22:49:50 2009 +0200
     1.3 @@ -46,8 +46,6 @@
     1.4          eval dir="\${CT_${d}_DIR}"
     1.5          case "${dir}" in
     1.6              *" "*)
     1.7 -#                CT_DoLog ERROR "'CT_${d}_DIR'='${dir}' contains a space in it."
     1.8 -#                CT_Abort "Don't use spaces in paths, it breaks things."
     1.9                  CT_Abort "'CT_${d}_DIR'='${dir}' contains a space in it.\nDon't use spaces in paths, it breaks things."
    1.10                  ;;
    1.11          esac