On 6/14/07, <b class="gmail_sendername">Cassio Pennachin</b> <<a href="mailto:pennachin@gmail.com">pennachin@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've no idea why I got this weird output (it works fine in tcsh and bash outside TM), so I just commented out the line in the ruby bundle that depended on `which`:
</blockquote><div><br>Do you have a .cshrc file? If you rename it so csh can't find it, does the problem go away?<br><br>(The which command is a csh script, bizarrely. I would think it better to use the bash builtin "type -p ruby" in a bash script, rather than forking a different shell just to locate the ruby interpreter.)
<br><br>Robin<br></div></div>