On Mon, Jun 24, 2013 at 1:53 AM, wrote:
> Some shells dose not set variables sequentially in a statement i.e. "a=X
> b=${a}" won't set "b" to "X" but empty value.
>
> This patch introduce ";" to make sure "mo" is set properly before "lang"
> assignment.
>
> Cf. https://bugs.gentoo.org/show_bug.cg
Some shells dose not set variables sequentially in a statement i.e. "a=X
b=${a}" won't set "b" to "X" but empty value.
This patch introduce ";" to make sure "mo" is set properly before "lang"
assignment.
Cf. https://bugs.gentoo.org/show_bug.cgi?id=471302
---
src/mesa/drivers/dri/common/xmlpool/M