Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: *suggestion* for NULLCMD and emulate [ck]sh



On Feb 8, 11:42pm, Alexandre Duret-Lutz wrote:
} Subject: Re: *suggestion* for NULLCMD and emulate [ck]sh
}
} Adapted patch that supersede 9617 below.

To fix a couple of typos:

Index: Doc/Zsh/options.yo
===================================================================
@@ -310,7 +310,7 @@
 vindex(READNULLCMD, ignoring)
 cindex(redirections with no command, csh)
 cindex(csh, redirections with no command)
-item(tt(IGNORE_NULLCMD) <C>)(
+item(tt(CSH_NULLCMD) <C>)(
 Do not use the values of tt(NULLCMD) and tt(READNULLCMD) 
 when running redirections with no command.  This make 
 such redirections fail (see noderef(Redirection)).
Index: Doc/Zsh/redirect.yo
===================================================================
@@ -198,7 +198,7 @@
 sect(Redirections with no command)
 vindex(NULLCMD, use of)
 vindex(READNULLCMD, use of)
-pindex(IGNORE_NULLCMD, use of)
+pindex(CSH_NULLCMD, use of)
 pindex(SH_NULLCMD, use of)
 When a simple command consists of one or more redirection operators
 and zero or more parameter assignments, but no command name, zsh can

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author