<br><br><div class="gmail_quote">On Fri, Feb 17, 2012 at 11:09 PM, Peter Kümmel <span dir="ltr"><<a href="mailto:syntheticpp@gmx.net">syntheticpp@gmx.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

On 17.02.2012 21:37, Bill Hoffman wrote:<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 2/17/2012 3:16 PM, Nicolas Desprès wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I think yes. It is just a matter of time. My weekend is already<br>
overloaded. I'll try to do it. If Peter or someone else in the community<br>
comes up with a patch before me everybody would be happy :-)<br>
<br>
I'll try to do my best.<br>
<br>
</blockquote>
I could give it a try if you pointed me to the right spot in the code...<br>
</blockquote>
<br></div>
Does attached patch help?</blockquote><div><br></div><div>I don't think so because EncodeLiteral is only called in WriteCustomCommandBuild to encode the description:</div><div><br></div><div>  vars["DESC"] = EncodeLiteral(description);</div>

<div><br></div><div>Plus I think we should keep the description untouched since it is printed in the terminal. This description is the description of custom command rule used here in rules.ninja:</div><div><br></div><div>

<div>rule CUSTOM_COMMAND</div><div>  command = $COMMAND</div><div>  description = $DESC</div><div>  restat = 1</div></div><div><br></div><div>Thanks for the patch anyway. </div><div><br></div></div>-- <br>Nicolas Desprès<br>

<br>