From: Paul Eggert Date: Tue, 25 Feb 2003 06:46:04 +0000 (+0000) Subject: Fix a couple of "test -n" typos by replacing them with "test -z". X-Git-Tag: AUTOCONF-2.57a~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a747da1c306d848b7d6790af24bcb35fcb5bf0b;p=thirdparty%2Fautoconf.git Fix a couple of "test -n" typos by replacing them with "test -z". --- diff --git a/ChangeLog b/ChangeLog index ad32dddd4..1c4db8848 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-02-24 Paul Eggert + + * 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 + . + + * doc/autoconf.texi (Shell Substitutions): test -n -> test -z, + to fix a mismatch between example and discussion. + 2003-02-24 Kevin Ryde * doc/autoconf.texi (Limitations of Builtins): Add notes on printf