From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21991 invoked from network); 26 Aug 1999 01:49:45 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Aug 1999 01:49:45 -0000 Received: (qmail 24645 invoked by alias); 26 Aug 1999 01:49:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7486 Received: (qmail 24638 invoked from network); 26 Aug 1999 01:49:35 -0000 Message-Id: <199908260149.SAA46088@scv4.apple.com> To: zsh-workers@sunsite.auc.dk Subject: /bin/zsh -ce 'false; echo bug' Date: Wed, 25 Aug 1999 18:49:31 -0700 From: Matt Watson Reply-To: mwatson@apple.com X-Mailer: by Apple MailViewer (2.106) gnumake-3.74 wants to use "/bin/sh -ce " to exec a sub make. Unfortunately if zsh == sh, zsh doesn't grok the -ce as separate options, so it ignores the "e" and does not set ERREXIT. Should it? Has anyone else come across this? matt.