blob: 7c53f4efe3eba3c3da52e620a89e87c371e15db3 [file] [log] [blame]
# LINT: "if" cuddled with "(" and ")"; indented with spaces, not tabs
(if test -z ""; then
echo empty
else
echo bizzy
fi) &&
echo foobar