diff options
| -rw-r--r-- | Library/Homebrew/brew.h.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index 4d0f45377..83cb79c50 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} <Formula url '#{url}' + homepage '' md5 '' - homepage '#{homepage}' cmake depends_on 'cmake' |
