Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 4.3.4-dev-6
- X-seq: zsh-workers 24339
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: Zsh <zsh-workers@xxxxxxxxxx>
- Subject: Re: 4.3.4-dev-6
- Date: Thu, 3 Jan 2008 17:08:24 +0000
- In-reply-to: <20071222180931.GA28147@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <5951.1198159661@xxxxxxx> <20071220205823.GD6125@xxxxxxxxxxx> <20071221184932.cab2d9a9.p.w.stephenson@xxxxxxxxxxxx> <20071222180931.GA28147@xxxxxxxxxxx>
On Sat, 22 Dec 2007 13:09:31 -0500
Clint Adams <schizo@xxxxxxxxxx> wrote:
> % mkdir redir.tmp && cd redir.tmp
> %
> % myfd=99
> % (echo >&$myfd) 2>msg
> % bad_fd_msg="${$(<msg)##*:}"
> % print foo >&-
> % cat msg
> zsh: 99: bad file descriptor
> % <Ctrl-D to exit shell>
> foo
I'm not getting that last "foo"; could there be a race somewhere, or a
non-standard configuration option set that's doing something odd with
file descriptors, or something nasty in the compilation tree?
--
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author