[PATCH build 2/2] Clean up all conditional statements.

Tormod Volden lists.tormod at gmail.com
Wed Sep 15 05:09:41 PDT 2010


On Wed, Sep 15, 2010 at 1:56 PM, Mikhail Gusarov wrote:
>
> $ echo $a
>
> $ [ zz = $a ]

No problem with quotes, you can even put it the intuitive way with the
variable first:

$ [ "$a" = "zz" ]


More information about the xorg-devel mailing list