diff -r 9ad2a3fd1fcc -r 88020b2c3246 scripts/patch-renumber.sh --- a/scripts/patch-renumber.sh Tue Nov 10 19:32:11 2009 +0100 +++ b/scripts/patch-renumber.sh Tue Jan 12 19:24:03 2010 +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" doUsage() { cat <<_EOF_