1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02: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

@ -573,7 +573,7 @@ histsubchar(int c)
} else {
herrflush();
unqueue_signals();
zerr("Ambiguous history reference");
zerr("ambiguous history reference");
return -1;
}