diff -r ce8ada0b1d41 -r 1e090655c6ab scripts/addToolVersion.sh --- a/scripts/addToolVersion.sh Mon Nov 28 21:27:08 2011 +0100 +++ b/scripts/addToolVersion.sh Wed Feb 08 00:44:52 2012 +0100 @@ -7,10 +7,10 @@ # Parse the tools' paths configuration # It is expected that this script is only to be run from the # source directory of crosstool-NG, so it is trivial to find -# paths.mk (we can't use ". paths.mk", as POSIX states that +# paths.sh (we can't use ". paths.sh", as POSIX states that # $PATH should be searched for, and $PATH most probably doe # not include "."), hence the "./". -. "./paths.mk" +. "./paths.sh" doHelp() { cat <<-EOF