On Tue, Aug 02, 2016 at 10:43:45PM +0200, Philip Hands wrote: > It looks like there are a couple of other instances of the potentially > empty braces problem in this script, so we could address them at the > same time just in case.
I agree. Even if the current script didn't have more empty braces problems, it would be safer to protect against bugs caused by future changes. > How about just adding : to each brace, as in the following patch. I like this solution. Anton Zinoviev