Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

/bin/zsh -ce 'false; echo bug'



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