<!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 Sat, 2010-09-18 at 21:24 -0400, Trevor Woerner wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">That doesn't make any sense to me (I hope someone can explain it).</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">module_title is a function, I can't understand how assigning a value</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">to a function will invoke it. With your change, is the function being</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">invoked with &quot;$1/$2&quot; as its one argument?</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
It avoided calling the function and just made an assignment.<BR>
<BR>
It chokes on ${_line:${#1}}.<BR>
<BR>
The length operator returns 7 (because app/xdm has 7 characters) which leads to ${_line:7}.<BR>
I have no idea of what this is supposed to do, yet.
</BODY>
</HTML>