zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ifh.de>
To: zsh-workers@math.gatech.edu (Zsh hackers list)
Subject: Re: stopping "wait" in (sub)script ?
Date: Thu, 15 May 1997 11:07:59 +0200	[thread overview]
Message-ID: <199705150908.LAA28604@hydra.ifh.de> (raw)
In-Reply-To: "Zoltan Hidvegi"'s message of "Thu, 15 May 1997 03:27:14 MET." <199705150727.DAA03178@hzoli.home>

Zoltan Hidvegi wrote:
> > > I cannot stop such command
> > > 
> > > $ for i in `cat ss`
> > > for> do xvi $i &
> > > for> wait
> > > for> done
> > 
> > yup, same here on IRIX 5.3 with 3.1.2-test1.  The `cat ss` is
> > definitely necessary, there is no problem if it's replaced by a simple
> > list of values.  Weird.
> 
> OK, now I got it.  The fix looks really simple, and I do hope that this is
> really al that's needed.

This doesn't seem to fix this particular bug here, it's still
uninterruptible.  On the other hand, replacing `cat ss` with $(<ss)
has always worked.  That doesn't leave much code in getoutput() to
make the difference.

> (:); while true; do; done

This bug has been fixed as you say, so the patch is right as far as it
goes.

-- 
Peter Stephenson <pws@ifh.de>       Tel: +49 33762 77366
WWW:  http://www.ifh.de/~pws/       Fax: +49 33762 77413
Deutsches Elektronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, 15735 Zeuthen, Germany.


  reply	other threads:[~1997-05-15  9:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <33797750.316A@ptc.com>
1997-05-14  9:00 ` Peter Stephenson
1997-05-15  7:27   ` Zoltan Hidvegi
1997-05-15  9:07     ` Peter Stephenson [this message]
1997-05-15 10:52       ` Bart Schaefer
1997-05-15 15:47         ` Zoltan Hidvegi
1997-05-16  7:11           ` Zoltan Hidvegi

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=199705150908.LAA28604@hydra.ifh.de \
    --to=pws@ifh.de \
    --cc=zsh-workers@math.gatech.edu \
    /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).