zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-workers@sunsite.auc.dk (Zsh hackers list)
Subject: Re: bug with for and |&
Date: Tue, 19 Dec 2000 10:33:56 +0000	[thread overview]
Message-ID: <Bc0a8890c50936400e1@mailsweeper01.cambridgesiliconradio.com> (raw)
In-Reply-To: Your message of "Mon, 18 Dec 2000 18:19:48 GMT." <1001218181948.ZM20470@candle.brasslantern.com>

> On Dec 18,  2:22pm, Akim Demaille wrote:
> }
> } /tmp % for i in 1 2
> } do                 
> } ls                   
> } done |& tee /tmp/foof
> } # I have to C-c C-c to stop it.
> } # s/|&/|/ makes it work properly.
> 
> For what it's worth, I'm *not* able to reproduce this here.
> 
> The difference may be that I have Sven's patch from zsh-workers/13247 applied

That doesn't make any difference to me.  The extra `&' is certainly the
problem.  You can work around it by sticking 2>&1 after the ls; 2>&1 after
the `done' has the same effect as the original.  There's problem some
difficulty with the logic in execcmd().

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


       reply	other threads:[~2000-12-19 10:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1001218181948.ZM20470@candle.brasslantern.com>
2000-12-19 10:33 ` Peter Stephenson [this message]
2000-12-19 12:36   ` Peter Stephenson
2000-12-19 13:48 Sven Wischnowsky
2000-12-22  7:01 ` Andrej Borsenkow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Bc0a8890c50936400e1@mailsweeper01.cambridgesiliconradio.com \
    --to=pws@csr.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).