diff -r 1ebc2248cc60 -r 99b09efb644f scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Tue Jul 12 23:52:24 2011 +0200 +++ b/scripts/crosstool-NG.sh.in Wed Aug 24 00:12:41 2011 +0200 @@ -25,7 +25,7 @@ . .config.2 # Yes! We can do full logging from now on! -# Overide the locale early, in case we ever translate crosstool-NG messages +# Override the locale early, in case we ever translate crosstool-NG messages if [ -z "${CT_NO_OVERIDE_LC_MESSAGES}" ]; then export LC_ALL=C export LANG=C @@ -79,12 +79,12 @@ # Check the user is using an existing SHELL to be used by ./configure and Makefiles CT_TestOrAbort "The CONFIG_SHELL '${CT_CONFIG_SHELL}' (${CT_SHELL}) is not valid" -f "${CT_SHELL}" -a -x "${CT_SHELL}" -# Create the bin-overide early +# Create the bin-override early # Contains symlinks to the tools found by ./configure # Note: CT_DoLog and CT_DoExecLog do not use any of those tool, so # they can be safely used CT_TOOLS_OVERIDE_DIR="${CT_WORK_DIR}/tools" -CT_DoLog DEBUG "Creating bin-overide for tools in '${CT_TOOLS_OVERIDE_DIR}'" +CT_DoLog DEBUG "Creating bin-override for tools in '${CT_TOOLS_OVERIDE_DIR}'" CT_DoExecLog DEBUG mkdir -p "${CT_TOOLS_OVERIDE_DIR}/bin" cat "${CT_LIB_DIR}/paths.mk" |while read trash line; do tool="${line%%=*}"