[PATCH build 02/10] Provide a visual break between components.

Trevor Woerner twoerner at gmail.com
Sat Sep 18 18:24:55 PDT 2010


On Sat, Sep 18, 2010 at 9:09 PM, Gaetan Nadon <memsize at videotron.ca> wrote:
> On Sat, 2010-09-18 at 21:06 -0400, Trevor Woerner wrote:
>
> Maybe it's one of the portability issues Adrian Bunk pointed out; mine
> runs as expected (which is irrelevant, of course).
>
> If change
>     module_title "$1/$2"
> to
>     module_title="$1/$2"
> it now works

That doesn't make any sense to me (I hope someone can explain it).
module_title is a function, I can't understand how assigning a value
to a function will invoke it. With your change, is the function being
invoked with "$1/$2" as its one argument?


More information about the xorg-devel mailing list