scripts/patch-renumber.sh
changeset 3159 fb71cad4b085
parent 1623 f935634ef900
     1.1 --- a/scripts/patch-renumber.sh	Thu Nov 12 18:42:13 2009 +0100
     1.2 +++ b/scripts/patch-renumber.sh	Thu Jan 10 00:27:13 2013 +0100
     1.3 @@ -7,10 +7,10 @@
     1.4  # Parse the tools' paths configuration
     1.5  # It is expected that this script is only to be run from the
     1.6  # source directory of crosstool-NG, so it is trivial to find
     1.7 -# paths.mk (we can't use  ". paths.mk", as POSIX states that
     1.8 +# paths.sh (we can't use  ". paths.sh", as POSIX states that
     1.9  # $PATH should be searched for, and $PATH most probably doe
    1.10  # not include "."), hence the "./".
    1.11 -. "./paths.mk"
    1.12 +. "./paths.sh"
    1.13  
    1.14  doUsage() {
    1.15    cat <<_EOF_