* gcc_release: Add /usr/local/bin to path when local.
authorJoseph Myers <jsm28@cam.ac.uk>
Mon, 19 Nov 2001 13:16:39 +0000 (13:16 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 19 Nov 2001 13:16:39 +0000 (13:16 +0000)
From-SVN: r47173

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index 8e37f2b396889e8802fd30f2c2fcb10406e1d4a7..0f0b2355ffcdda9f21d0982fe5e6124985fa03a2 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc_release: Add /usr/local/bin to path when local.
+
 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * update_web_docs: Set SOURCEDIR so that install manual can be
index dc8c5fd6e8bcdecbde0e3847a831d07554f3a0df..003b0df3cfd6c3d35449222008d39d1f088217ff 100755 (executable)
@@ -462,7 +462,7 @@ while getopts "d:fr:u:t:p:sl" ARG; do
     l)    LOCAL=1
          SCP=cp
          FTP_PATH=~ftp/pub/gcc
-         PATH=~:$PATH;;
+         PATH=~:/usr/local/bin:$PATH;;
     p)    OLD_TARS="${OLD_TARS} ${OPTARG}";;
     \?)   usage;;
     esac