On 12 Aug 2008, at 12:19, Alistair Colling wrote:
Hiya, does anyone know what this means?
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb: 227: warning: Insecure world writable dir /Applications/TextMate.app/ Contents/SharedSupport/Bundles/ActionScript.tmbundle = $DIR
This means that the “$DIR” has write permissions set to group and others (which is in some sense insecure). To change the permission for that “$DIR” run this command from a Terminal window: chmod og-w '$DIR'
--Hans