David Aguilar [off-list ref] writes:
I am fine reworking it either way.
There's not a specific note about it in
Documentation/CodingStyle.
If someone wants to make the final call I can patch the docs
and rework these patches as needed.
Please stick to (and document if not):
if test ...
then
action
elif condition that can become looong so more &&
condition needs to be split to next line &&
even more condition
then
action
else
action
fi
Thanks.
You can think of it as "war against semicolon" if you want.