Thanks! See below.
On 22/3/10 at 21:42, bibiko@eva.mpg.de (Hans-Jörg Bibiko) wrote:
On Mar 22, 2010, at 6:25 PM, Achilleas Lazarides wrote:
The console only says ~/Library/Application
Support/TextMate/Bundles/GetBundles.tmbundle/Support/getBundles.rb:1143: warning: Insecure world writable dir ~/Library/Application Support in PATH, mode 040706
Hmm, this indicates that your dir '~/Library/Application Support' has the wrong permissions set. It should only have read/write/execute right of the user. To change this you can use the Finder or the Terminal command:
chmod og-w ~/Library/Application Support
Hmm, that fixed it. This is not good, as I have specific reasons to set the permissions so.
And looking at line 1143, I don't understand why those permissions should matter.
At any rate thanks again for the help; I'll see how I'll work this out. GetBundles is excellent.
Achilleas