Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[zsh 3.0.0 bug] <command> | <builtin> <redirection>
- X-seq: zsh-workers 2568
- From: Jonathan Kelley <jkelley@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: [zsh 3.0.0 bug] <command> | <builtin> <redirection>
- Date: Thu, 12 Dec 1996 18:26:03 -0800
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