scripts/addToolVersion.sh
changeset 2838 822af73497bf
parent 2797 ce8ada0b1d41
child 3144 481658dd0e7f
     1.1 --- a/scripts/addToolVersion.sh	Mon Nov 28 21:27:08 2011 +0100
     1.2 +++ b/scripts/addToolVersion.sh	Mon Jan 16 23:36:42 2012 +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  doHelp() {
    1.15      cat <<-EOF