On Sat, Sep 18, 2010 at 9:09 PM, Gaetan Nadon <[email protected]> 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?
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to