Skip to content

Commit

Permalink
Don't make Homebrew prefix group writable.
Browse files Browse the repository at this point in the history
Strap is optimised for single user machines and making this group
writable makes ZSH complain.
  • Loading branch information
MikeMcQuaid committed Jun 15, 2016
1 parent d4853ec commit 679afa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/strap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ git config remote.origin.url "https://github.com/Homebrew/brew"
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
git fetch $Q --no-tags --depth=1 --force --update-shallow
git reset $Q --hard origin/master
sudo chmod g+rwx "$HOMEBREW_PREFIX"/* "$HOMEBREW_PREFIX"/.??*
unset GIT_DIR GIT_WORK_TREE
logk

Expand Down

0 comments on commit 679afa5

Please sign in to comment.