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

From-SVN: r46809
This commit is contained in:
Joseph Myers 2001-11-06 16:45:37 +00:00 committed by Joseph Myers
parent 03f5402658
commit b47a72ea38
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
* update_web_docs: Eliminate warnings about keeping files from web

View File

@ -470,7 +470,7 @@ done
shift `expr ${OPTIND} - 1`
# Perform consistency checking.
if [ -z ${CVS_USERNAME} ]; then
if [ ${LOCAL} -eq 0 ] && [ -z ${CVS_USERNAME} ]; then
error "No username specified"
fi