Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
/bin/zsh -ce 'false; echo bug'
- X-seq: zsh-workers 7486
- From: Matt Watson <mwatson@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: /bin/zsh -ce 'false; echo bug'
- Date: Wed, 25 Aug 1999 18:49:31 -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: mwatson@xxxxxxxxx
gnumake-3.74 wants to use "/bin/sh -ce <commandstring>" 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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author