On 10/26/07 10:07 AM, "Ciarán Walsh" ciawal@gmail.com wrote:
Can you also try checking env in the same way, e.g. with
#!/usr/bin/env sh echo foo
Select both lines and do ⌃R from TM
If I select both lines I get:
#!/usr/bin/env sh echo foointerpreter failed: No such file or directory
If I just select the second line I get
echo foofoo
If I do command-R instead of ^R, it returns foo.
-chris