On 18/12/11 01:07, "Allan Odgaard" mailinglist@textmate.org wrote:
On 17 Dec 2011, at 19:24, Phil Dobbin wrote:
... but has the annoying nag message:
`/Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/process.rb :194: warning: Insecure world writable dir /usr/local in PATH, mode 040777`
every time you run a script been fixed in TextMate 2
The warning is from ruby and not TextMate.
You can ³fix² it by not making the /usr/local folder group/world writable. If you google the error code you¹ll see lots about it.
Hi.
Yes, I've read all the stuff on Google & figured that TextMate uses Ruby to a great extent (hence the .rb extension) & that's why the same scripts when run in other editors do not show the same warning.
The /tmp & /cache folders have to be world writable in apache2 otherwise PHP frameworks throw errors & won't display correctly.
It's just a minor annoyance.
Thanks,
Cheers,
Phil...