[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Exit-on-error option does not work as expected
From: |
Archimerged Ark Submedes |
Subject: |
Re: Exit-on-error option does not work as expected |
Date: |
Tue, 17 Jul 2007 20:11:07 -0400 |
On 7/17/07, Paul Jarc <prj@po.cwru.edu> wrote:
Nevertheless, it is. The current behavior is too well-entrenched to
change it, so the most reliable way to get the behavior you want is to
skip "-e" and add "&&" between all commands.
Change the documentation to insert the bracketed sentence:
... is being inverted using `!'. [If the failing command is inside
braces, parenthesis, or in a function, the "unless" conditions above
apply also to the grouping as a whole.] A trap on `ERR' ...