diff options
| author | Max Howell | 2011-08-23 22:03:03 +0100 |
|---|---|---|
| committer | Max Howell | 2012-03-09 12:10:50 +0000 |
| commit | 488252ddbf668ba491b48e61fbd217d34b9b5dad (patch) | |
| tree | 33ce7bdeb2c71d57c83a57d5417b5e6b106745f0 | |
| parent | 283cefa1633dfd1b04c84cd4dc84c5e24e3d0cc9 (diff) | |
| download | brew-488252ddbf668ba491b48e61fbd217d34b9b5dad.tar.bz2 | |
Tidy ohais
| -rw-r--r-- | install_homebrew.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/install_homebrew.rb b/install_homebrew.rb index 3ad1e0515..fee829829 100644 --- a/install_homebrew.rb +++ b/install_homebrew.rb @@ -125,8 +125,6 @@ Dir.chdir "/usr/local" do system "/bin/bash -o pipefail -c '/usr/bin/curl -sSfL https://github.com/mxcl/homebrew/tarball/master | /usr/bin/tar xz -m --strip 1'" end -ohai "Installation successful!" - warn "/usr/local/bin is not in your PATH." unless ENV['PATH'].split(':').include? '/usr/local/bin' warn "Now install Xcode: http://developer.apple.com/technologies/xcode.html" unless Kernel.system "/usr/bin/which -s gcc" |
