From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1248 invoked from network); 26 Jul 2000 23:10:37 -0000 Received: from unknown (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Jul 2000 23:10:37 -0000 Received: (qmail 3606 invoked by alias); 26 Jul 2000 23:10:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12391 Received: (qmail 3598 invoked from network); 26 Jul 2000 23:10:10 -0000 Date: Wed, 26 Jul 2000 19:09:53 -0400 From: Clint Adams To: Tanaka Akira Cc: zsh-workers@sunsite.auc.dk Subject: Re: wait for non-child PID Message-ID: <20000726190953.A22895@scowler.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: ; from akr@m17n.org on Wed, Jul 26, 2000 at 06:06:54PM +0900 > % wait 1 > > blocks forever. (It is interruptible.) > > bash detects that the PID is not child of the shell. I'm glad that zsh's wait will wait on processes that aren't children of the shell. Is there a reason that it shouldn't?