scripts/patch-renumber.sh
changeset 1761 88020b2c3246
parent 1622 9ad2a3fd1fcc
child 2838 822af73497bf
     1.1 --- a/scripts/patch-renumber.sh	Tue Nov 10 19:32:11 2009 +0100
     1.2 +++ b/scripts/patch-renumber.sh	Tue Jan 12 19:24:03 2010 +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  doUsage() {
    1.16    cat <<_EOF_