From cce855bc5b117cb7ae70064131120687bc69fac0 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Fri, 17 Apr 1998 19:52:44 +0000 Subject: Imported from ../bash-2.02.tar.gz. --- support/bashbug.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'support/bashbug.sh') diff --git a/support/bashbug.sh b/support/bashbug.sh index e12fdac..06fb93d 100644 --- a/support/bashbug.sh +++ b/support/bashbug.sh @@ -4,7 +4,7 @@ # # The bug address depends on the release status of the shell. Versions # with status `alpha' or `beta' mail bug reports to chet@po.cwru.edu. -# Other versions send mail to bug-bash@prep.ai.mit.edu. +# Other versions send mail to bug-bash@gnu.org. # # configuration section: # these variables are filled in by the make target in cpp-Makefile @@ -34,7 +34,7 @@ BASHTESTERS="bash-testers@po.cwru.edu" case "$RELSTATUS" in alpha*|beta*) BUGBASH=chet@po.cwru.edu ;; -*) BUGBASH=bug-bash@prep.ai.mit.edu ;; +*) BUGBASH=bug-bash@gnu.org ;; esac case "$RELSTATUS" in @@ -69,6 +69,9 @@ else RMAIL=rmail fi +# this is raceable +rm -f $TEMP + cat > $TEMP <