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

|& broken in 4.0.1-pre-3?



Hi,

~> zsh -f
picard% vim --version 2>/dev/null

picard% vim --version >/dev/null
VIM - Vi IMproved 6.0ad ALPHA (2001 Apr 29, compiled Apr 30 2001 19:18:20)
Compiled by jean-luc@picard
[Rest of output snipped, you get the idea]
picard% vim --version 2>&1 | head

picard% vim --version |& head

picard% echo $ZSH_VERSION
4.0.1-pre-3
picard% uname -a
Linux picard 2.2.17 #7 Sat Jan 27 09:58:58 CET 2001 i686 unknown

Something is broken here, isn't it? stderr is being ignored instead of
being redirected...

CU,
Thomas

-- 
 Thomas Köhler Email:   jean-luc@xxxxxxxxxxxxxxxxx     | LCARS - Linux
     <><        WWW:     http://jeanluc-picard.de      | for Computers
                IRC:             jeanluc               | on All Real
               PGP public key available from Homepage! | Starships

Attachment: pgpYlVE84Ny0h.pgp
Description: PGP signature



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