mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Before this fix, only the first statement of the trap was executed if
evalskip was set. This is for example the case when:
o "-e" is set for this shell
o a trap is set on EXIT
o a function returns 1 and causes the script to abort
Reviewed by: jilles
MFC after: 2 weeks
|
||
|---|---|---|
| .. | ||
| builtins | ||
| errors | ||
| execution | ||
| expansion | ||
| parameters | ||
| parser | ||
| set-e | ||
| Makefile | ||
| regress.sh | ||
| regress.t | ||