<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Wed, 2010-09-15 at 08:58 -0400, Trevor Woerner wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">From: Trevor Woerner &lt;<A HREF="mailto:twoerner@gmail.com">twoerner@gmail.com</A>&gt;</FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#1a1a1a">Remove the '{' and '}' braces around variable dereferences</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">which aren't necessary for shell parsing.</FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#1a1a1a">Signed-off-by: Trevor Woerner &lt;<A HREF="mailto:twoerner@gmail.com">twoerner@gmail.com</A>&gt;</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
<BR>
I much prefer when braces are not used when not required.<BR>
Most likely because that's what I see most often. A quick grep<BR>
on configure scripts in xorg shows a 15 to 1 ratio.<BR>
<BR>
As I said on a previous post, the simple form (without braces) provide<BR>
information about the possible values the variable may or may not have.<BR>
<BR>
Reviewed-by: <TT><FONT COLOR="#1a1a1a">Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt;</FONT></TT>
</BODY>
</HTML>