On 7/7/07 1:42 AM, in article 26C81F52-DB42-48C0-840D-3C0F4A8CB666@macromates.com, "Allan Odgaard" throw-away-1@macromates.com wrote:
Commands in TM w/o shebang gets the TM_SUPPORT_DIR/lib/bash_init.sh file sourced, which sets up the path. For she-bang scripts, they have to do it themselves. Presently only ³trick² is to not use shebang, instead using a here-doc, -e, call a script in the bundle from bash -- but personally I am not too fond of that ³trick² (long-term there will be a unified PATH for shebang/non-shebang scripts).
The unified PATH would be great. Thx - m.