diff -r 8a21b4be90cd -r 9a2838d971d4 scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Mon Aug 03 08:50:56 2009 +0200 +++ b/scripts/crosstool-NG.sh.in Sun Sep 06 16:49:54 2009 +0200 @@ -83,7 +83,7 @@ cat "${CT_LIB_DIR}/paths.mk" |while read trash line; do tool="${line%%=*}" path="${line#*=}" - CT_DoLog DEBUG " '${tool}' -> '${path}'" + CT_DoLog DEBUG "Creating script-override for '${tool}' -> '${path}'" printf "#${BANG}${CT_SHELL}\nexec '${path}' \"\${@}\"\n" >"${CT_BIN_OVERIDE_DIR}/${tool}" CT_DoExecLog ALL chmod 700 "${CT_BIN_OVERIDE_DIR}/${tool}" done