On Sat, Jul 01, 2017 at 11:01:00PM -0600, Theo de Raadt wrote:
Don't understand your point. What is this fixing?
Nothing gets "fixed", it just avoids unnecessary forking and makes clear that the inner commands do not require a subshell - there are no side effects on the environment so a command list will do just fine for the sake of bundling output.