diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index 4d0f453779..83cb79c509 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -29,15 +29,13 @@ def __make url, name path = Formula.path name raise "#{path} already exists" if path.exist? - homepage = `osascript -e 'tell application "Safari" to if running then get URL of document of first window'`.chomp - template=<<-EOS require 'brewkit' class #{Formula.class_s name}