* gcc_release: Add /usr/local/bin to path when local.

From-SVN: r47173
This commit is contained in:
Joseph Myers 2001-11-19 13:16:39 +00:00 committed by Joseph Myers
parent 598f4c4c13
commit f83fd9ae2e
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -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