ninjudd / cake

A tasty build tool for Clojure.

Home Page:clojure-cake.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cake command is generating two lines of warnings

hussein opened this issue · comments

Every cake command is generating these two lines of warning:

/Library/Ruby/Gems/1.8/gems/cake-0.5.8/bin/cake:43: warning: Insecure
world writable dir /usr/local/bin in PATH, mode 040777
/Library/Ruby/Gems/1.8/gems/cake-0.5.8/bin/cake:43: warning: Insecure
world writable dir /usr/local/bin in PATH, mode 040777

(I installed cake on my OS X via: sudo gem install cake).

These warnings seem to be caused by a bad file mode on /usr/local/bin. This directory should not be world writable. This is not a cake issue, but a machine configuration issue.