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

[zsh 3.0.0 bug] <command> | <builtin> <redirection>



Standard input is closed when the redirection in the above
command template fails.

Example:

algo% zsh -f
algo% tty
/dev/ttyq12
algo% : | : > /
zsh: invalid argument: /
algo% tty
not a tty
algo% uname -a
IRIX algo 5.3 11091812 IP22 mips


Jonathan Kelley
jkelley@xxxxxxxxxxxxxxxx



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