From: Ralf Wildenhues Date: Tue, 14 Mar 2006 07:19:27 +0000 (+0000) Subject: * doc/autoconf.texi (Special Shell Variables): Missing word. X-Git-Tag: AUTOCONF-2.59c~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e50e55ff9872fcc5ed2413fe4e61ae1154f3ea1;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Special Shell Variables): Missing word. Reported by Keith Marshall . --- diff --git a/ChangeLog b/ChangeLog index efb32f1e4..3f31e6b88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-03-14 Ralf Wildenhues + * doc/autoconf.texi (Special Shell Variables): Missing word. + Reported by Keith Marshall . + * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset IFS even in case of empty `$PATH'. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index aeb7c3a77..494e33da3 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -11298,7 +11298,7 @@ $ @kbd{sed '=' foo}, @command{zsh} executes @samp{$NULLCMD >foo} unless it is operating in Bourne shell compatibility mode and the @command{zsh} version is newer -than 3.1.6-dev-18. If are using an older @command{zsh} +than 3.1.6-dev-18. If you are using an older @command{zsh} and forget to set @env{NULLCMD}, your script might be suspended waiting for data on its standard input.