Mercurial > hg > octave-lyh
diff octave-bug.in @ 5041:b2ce28713791
[project @ 2004-10-01 18:12:10 by jwe]
author | jwe |
---|---|
date | Fri, 01 Oct 2004 18:12:11 +0000 |
parents | babc519f245b |
children | aa9bc151d2fa |
line wrap: on
line diff
--- a/octave-bug.in +++ b/octave-bug.in @@ -99,7 +99,7 @@ ss_p=`echo $VERSION | grep "^ss-"` if test -n "$ss_p"; then - BUGADDR="octave-maintainers@bevo.che.wisc.edu" + BUGADDR="maintainers@octave.org" else pretest_p=`echo $VERSION \ | $SED 's,.*\.\([0-9]*\).*,\1,' \ @@ -107,9 +107,9 @@ | grep '[0-9]'` if test -n "$pretest_p" && test "$pretest_p" -ge 90; then - BUGADDR="octave-maintainers@bevo.che.wisc.edu" + BUGADDR="maintainers@octave.org" else - BUGADDR="bug-octave@bevo.che.wisc.edu" + BUGADDR="bug@octave.org" fi fi