Mercurial > hg > octave-lyh
diff octave-bug.in @ 1451:05f0c06471c9
[project @ 1995-09-20 04:01:39 by jwe]
author | jwe |
---|---|
date | Wed, 20 Sep 1995 04:02:03 +0000 |
parents | 976573373d7c |
children | 1d249e745b33 |
line wrap: on
line diff
--- a/octave-bug.in +++ b/octave-bug.in @@ -6,9 +6,9 @@ # Patterned after the bashbug script from bash 1.14. # # John W. Eaton -# jwe@che.utexas.edu +# jwe@bevo.che.wisc.edu +# University of Wisconsin-Madison # Department of Chemical Engineering -# The University of Texas at Austin # Configuration: these variables are filled in at configuration time. @@ -51,9 +51,9 @@ ss_p=`echo $VERSION | grep "^ss-"` if test -n "$ss_p" then - BUGADDR="octave-maintainers@che.utexas.edu" + BUGADDR="octave-maintainers@bevo.che.wisc.edu" else - BUGADDR="bug-octave@che.utexas.edu" + BUGADDR="bug-octave@bevo.che.wisc.edu" fi SUBJECT="[50 character or so descriptive subject here (for reference)]"