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:
parent
1446625072
commit
7c56d77184
8 changed files with 95 additions and 17 deletions
|
@ -573,7 +573,7 @@ histsubchar(int c)
|
|||
} else {
|
||||
herrflush();
|
||||
unqueue_signals();
|
||||
zerr("Ambiguous history reference");
|
||||
zerr("ambiguous history reference");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue