On 02/21/2014 04:17 PM, Matthew Woehlke wrote:
> Even without a branch, I'll risk stating that requiring 'if(FOO)' to
> become 'if(${FOO})' is not likely to go over well :-)
IMO we should not be considering any change to implicit dereference
in unquoted arguments. At most we should make if("FOO") not do it.
-Brad