diff -r f935634ef900 -r 822af73497bf scripts/patch-renumber.sh --- a/scripts/patch-renumber.sh Thu Nov 12 18:42:13 2009 +0100 +++ b/scripts/patch-renumber.sh Mon Jan 16 23:36:42 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" doUsage() { cat <<_EOF_