1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

30789: Add CONTINUE_ON_ERROR for old behaviour.

New behaviour is for scripts to exit on error instead of returning
to top level and executing the next command.
This commit is contained in:
Peter Stephenson 2012-11-15 21:08:15 +00:00
parent 1446625072
commit 7c56d77184
8 changed files with 95 additions and 17 deletions

View file

@ -113,6 +113,7 @@ static struct optname optns[] = {
{{NULL, "combiningchars", 0}, COMBININGCHARS},
{{NULL, "completealiases", 0}, COMPLETEALIASES},
{{NULL, "completeinword", 0}, COMPLETEINWORD},
{{NULL, "continueonerror", 0}, CONTINUEONERROR},
{{NULL, "correct", 0}, CORRECT},
{{NULL, "correctall", 0}, CORRECTALL},
{{NULL, "cshjunkiehistory", OPT_EMULATE|OPT_CSH}, CSHJUNKIEHISTORY},