summaryrefslogtreecommitdiff
path: root/scripts/crosstool-NG.sh.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-06-23 20:49:50 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-06-23 20:49:50 (GMT)
commit4f48f57e86b78fd67bc1a226ffecbe61cfd42a72 (patch)
treeb469b0606354f11d3b1e502b089f5eb2e35e041d /scripts/crosstool-NG.sh.in
parent56a26d84e1a44f37b8102de6be4c90462d705a14 (diff)
Remove left-over debug lines.
Remove two lines of code that were commented out and are definitely not used.
Diffstat (limited to 'scripts/crosstool-NG.sh.in')
-rw-r--r--scripts/crosstool-NG.sh.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index 083169a..475f692 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