]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Give credit to Jeff Painter for yesterday's bug report.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Feb 2003 18:19:37 +0000 (18:19 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Feb 2003 18:19:37 +0000 (18:19 +0000)
ChangeLog

index 1c4db8848584733fd9b65a914a92b63302261c58..0d876a1d1dbd4673920b7536227e22daeaa54a06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
 
        * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
        2002-09-01 patch by replacing "test -n" with "test -z".
-       This fixes a bug reported by Tom Epperly in
+       This fixes a bug found by Jeff Painter and reported by Tom Epperly in
        <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
 
        * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,