aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/install_homebrew.rb
AgeCommit message (Collapse)Author
2012-08-17Forgot to remove install_homebrew.rbMax Howell
It's now in the go branch.
2012-08-06Fix issues with writable? detection in brew doctorBrandon Black
Closes Homebrew/homebrew#13689. Signed-off-by: Max Howell <mxcl@me.com> There are subtle distinctions between writable? and writable_real? we don't understand precisely why we need this, but it fixes the bugs :/
2012-06-01Replace /usr/bin/ruby with full Framework pathMisty De Meo
Rationale: some users insist on replacing the /usr/bin/ruby symlink to point to another ruby on their system, which may break homebrew. Use the full Framework path instead, which is less likely to be tampered with. This also reorganizes the brew --config checks to reflect the different path. Fixes Homebrew/homebrew#12009. Closes Homebrew/homebrew#12333. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-03-19Tell the user to run doctor after installingMax Howell
2012-03-09Move install_homebrew into ContributionsMax Howell