mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-05-31 23:00:51 +00:00
Remove left-over debug lines.
Remove two lines of code that were commented out and are definitely not used.
This commit is contained in:
parent
56a26d84e1
commit
4f48f57e86
@ -46,8 +46,6 @@ for d in \
|
|||||||
eval dir="\${CT_${d}_DIR}"
|
eval dir="\${CT_${d}_DIR}"
|
||||||
case "${dir}" in
|
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."
|
CT_Abort "'CT_${d}_DIR'='${dir}' contains a space in it.\nDon't use spaces in paths, it breaks things."
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user