diff -r 8a21b4be90cd -r 95c28d483690 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 Tue Nov 17 09:27:38 2009 +0100 @@ -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