On 6/3/2006, at 19:32, Daniel Jewett wrote:
I'm getting this: interpreter failed: No such file or directory When using cmd-/ to add comments.
That would indicate that there was a problem loading /usr/bin/env.
Could you try to select these two lines in TextMate and press ctrl-R, and quote the result:
#!/usr/bin/env sh echo test
And these two:
#!/bin/sh echo test
If you do get a failure for the first, please also try (from either Terminal or TextMate):
ls -l /usr/bin/env