diff options
| author | Max Howell | 2009-09-26 02:20:00 +0100 |
|---|---|---|
| committer | Max Howell | 2009-09-26 02:20:00 +0100 |
| commit | 3971a5666c77b1c87f58968f07ef8843ee1e9c84 (patch) | |
| tree | 7249cc248ad51216c516b798b415ffe9c9a18129 | |
| parent | b7bf860a48d553cbd0442b8e6cb89c2c7b4218f6 (diff) | |
| download | brew-3971a5666c77b1c87f58968f07ef8843ee1e9c84.tar.bz2 | |
Oops. Don't raise for homepages. Silly.
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 1a8452c91..ad6794c1e 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -59,7 +59,7 @@ class Formula validate_variable :version if @version set_instance_variable 'homepage' - raise if @homepage.nil? +# raise if @homepage.nil? # not a good idea while we have eg GitManpages! CHECKSUM_TYPES.each do |type| set_instance_variable type |
