Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: stopping "wait" in (sub)script ?
- X-seq: zsh-workers 3148
- From: Peter Stephenson <pws@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: stopping "wait" in (sub)script ?
- Date: Wed, 14 May 1997 11:00:08 +0200
- In-reply-to: "Andrei Tcherepanov"'s message of "Wed, 14 May 1997 10:26:57 MET."             <33797750.316A@xxxxxxx> 
Andrei Tcherepanov 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.
We have
#define POSIX_SIGNALS 1
if that makes a difference.
-- 
Peter Stephenson <pws@xxxxxx>       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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author