Il giorno 05/dic/08, alle ore 15:33, James Gray ha scritto:
On Dec 5, 2008, at 8:25 AM, Nicholas Wieland wrote:
Hi guys, Textmate doesn't seem to catch the correct interpreter, no matter what I do ...
Does this help?
It helps to make me know there's something wrong in there :) If I ctrl+R
#!/bin/sh echo "$PATH"
I get
#!/bin/sh echo "$PATH"/usr/bin:/bin:/usr/sbin:/sbin
also:
ngw@slicingupeyeballs ~$ cat .MacOSX/environment.plist { PATH = "/Users/ngw/bin:/opt/local/bin:/opt/local/sbin:/usr/local/ bin:/usr/local/sbin:/opt/local/lib/postgresql83/bin:/usr/bin:/bin:/usr/ sbin:/sbin:/usr/local/bin:/usr/X11/bin"; } ngw@slicingupeyeballs ~$
Do you have any idea ? When will we have dialogs to set this stuff with a UI ? :p
ngw