Remove left-over debug lines.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jun 23 22:49:50 2009 +0200 (2009-06-23)
changeset 1417fd1bd7327bc8
parent 1416 c9151c9ace1c
child 1418 339c8a5c9797
Remove left-over debug lines.

Remove two lines of code that were commented out and are definitely not used.
scripts/crosstool-NG.sh.in
     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