From 488252ddbf668ba491b48e61fbd217d34b9b5dad Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 23 Aug 2011 22:03:03 +0100 Subject: [PATCH] Tidy ohais --- install_homebrew.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/install_homebrew.rb b/install_homebrew.rb index 3ad1e0515d..fee8298298 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"