summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/set-e/elif2.0
blob: 028938b81833f362f8dd485d1852a75525661660 (plain)
1
2
3
4
5
# $FreeBSD$
set -e
if false; then
elif false; false; then
fi
OpenPOWER on IntegriCloud