• Call osascript via `exec -c /usr/bin/osascript`. This gives osascript an empty environment, instead of TextMate's environment. We want osascript to have an empty environment so that the PATH we obtain from Terminal is not tainted with TM's PATH var. Changed: U trunk/Support/bin/set_tm_path.sh