David Kastrup <dak@xxxxxxx> writes: > Independent of that: would you mind a patch replacing that idiom with > > while : do case xxx) break; esac > > instead? I find breaking out of the condition rather than the body > awkward,... I do not have any problem with your approach at all. While I personally do not think it improves readability much, I do not think it hurts either. And it is a valid workaround for FBSD issue, so why not. But on one condition, however. If it is done correctly with double semi-colons before "esac" ;-) Thanks. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html