# HG changeset patch # User "Yann E. MORIN" # Date 1245790190 -7200 # Node ID fd1bd7327bc821916c13bab3b7fe479943bd9f4e # Parent c9151c9ace1cbf21c918c6e8a3d6128243153aa6 Remove left-over debug lines. Remove two lines of code that were commented out and are definitely not used. 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