xref: /freebsd/bin/sh/tests/set-e/elif1.0 (revision 95eb4b873b6a8b527c5bd78d7191975dfca38998)
1set -e
2if false; then
3	:
4elif false; then
5	:
6fi
7