scripts/addToolVersion.sh
changeset 1662 ea3490d46f4e
parent 1607 a119153ca777
child 1692 068c809cc646
     1.1 --- a/scripts/addToolVersion.sh	Tue Oct 27 18:54:29 2009 +0100
     1.2 +++ b/scripts/addToolVersion.sh	Mon Dec 14 19:17:37 2009 +0100
     1.3 @@ -5,7 +5,12 @@
     1.4  myname="$0"
     1.5  
     1.6  # Parse the tools' paths configuration
     1.7 -. "paths.mk"
     1.8 +# It is expected that this script is only to be run from the
     1.9 +# source directory of crosstool-NG, so it is trivial to find
    1.10 +# paths.mk (we can't use  ". paths.mk", as POSIX states that
    1.11 +# $PATH should be searched for, and $PATH most probably doe
    1.12 +# not include "."), hence the "./".
    1.13 +. "./paths.mk"
    1.14  
    1.15  doHelp() {
    1.16      cat <<-EOF