Commit b47a72ea by Joseph Myers Committed by Joseph Myers

* gcc_release: Don't require a username if running locally.

From-SVN: r46809
parent 03f54026
2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc_release: Don't require a username if running locally.
2001-11-05 Joseph S. Myers <jsm28@cam.ac.uk> 2001-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
* update_web_docs: Eliminate warnings about keeping files from web * update_web_docs: Eliminate warnings about keeping files from web
......
...@@ -470,7 +470,7 @@ done ...@@ -470,7 +470,7 @@ done
shift `expr ${OPTIND} - 1` shift `expr ${OPTIND} - 1`
# Perform consistency checking. # Perform consistency checking.
if [ -z ${CVS_USERNAME} ]; then if [ ${LOCAL} -eq 0 ] && [ -z ${CVS_USERNAME} ]; then
error "No username specified" error "No username specified"
fi fi
......
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