Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: FPATH/autoload still strange in -dev-21
- X-seq: zsh-workers 10548
- From: Zefram <zefram@xxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: FPATH/autoload still strange in -dev-21
- Date: Thu, 6 Apr 2000 16:56:42 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <1000406095141.ZM15654@xxxxxxxxxxxxxxxxxxxxxxx> from Bart Schaefer at "Apr 6, 2000 09:51:41 am"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
>} Make `2>& <non-number>' be silently treated like `2> <non-number>'?
>
>I'd vote for that anyway.
I wouldn't. At the moment it's perfectly clear: &> does two redirections.
You're talking about adding an exception, which really *will* confuse
people. The expected behaviour of "2>& foo" is to put two copies of
stderr into the file; this is a pretty innocuous failure mode if anyone
does do it by accident, and the cause will be pretty obvious.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author