From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26648 invoked from network); 6 Dec 2002 00:30:55 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 6 Dec 2002 00:30:55 -0000 Received: (qmail 13814 invoked by alias); 6 Dec 2002 00:30:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17984 Received: (qmail 13756 invoked from network); 6 Dec 2002 00:30:26 -0000 Date: Thu, 5 Dec 2002 19:30:13 -0500 From: Clint Adams To: zsh-workers@sunsite.dk Cc: phil@fifi.org Subject: GNU nohup oddness Message-ID: <20021206003013.GA10400@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) It seems that GNU nohup fails to work if one does the following from zsh (assuming standard options) nohup ./zshscript & This happens both with and without Philippe Troin's patches, but does not happen if either the login shell or the #! shell is not zsh. Does anyone know what's going on here?