Commit f83fd9ae by Joseph Myers Committed by Joseph Myers

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

From-SVN: r47173
parent 598f4c4c
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment