xref: /freebsd/bin/sh/tests/set-e/func1.0 (revision a3c858005cae175e277f6f6735ca9eaea7eaf3c3)
1set -e
2f() {
3	false
4	true
5}
6f || true
7