diff -r a119153ca777 -r ea3490d46f4e scripts/addToolVersion.sh --- a/scripts/addToolVersion.sh Tue Oct 27 18:54:29 2009 +0100 +++ b/scripts/addToolVersion.sh Mon Dec 14 19:17:37 2009 +0100 @@ -5,7 +5,12 @@ myname="$0" # Parse the tools' paths configuration -. "paths.mk" +# 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 +# $PATH should be searched for, and $PATH most probably doe +# not include "."), hence the "./". +. "./paths.mk" doHelp() { cat <<-EOF