From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28289 invoked from network); 3 Jun 2000 13:29:25 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Jun 2000 13:29:25 -0000 Received: (qmail 11423 invoked by alias); 3 Jun 2000 13:29:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11735 Received: (qmail 11416 invoked from network); 3 Jun 2000 13:29:11 -0000 Date: Sat, 3 Jun 2000 15:29:09 +0200 From: Bernd Eggink To: Zsh Workers Subject: Bug: TRAPEXIT not executed Message-ID: <20000603152904.A948@eggink3.rrz.uni-hamburg.de> Mail-Followup-To: Zsh Workers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.2i When the following script exits, TRAPEXIT doesn't get executed: function TRAPEXIT { print BYE } function f { print f } f However, if function f is *not* called, TRAPEXIT gets executed. Regards, Bernd -- Bernd Eggink Regionales Rechenzentrum der Uni Hamburg eggink@uni-hamburg.de http://www.rrz.uni-hamburg.de/eggink/BEggink.html