Temporarily omit bottle source warning.

Pending a decent fix.

Fixes Homebrew/homebrew#18540.
This commit is contained in:
Mike McQuaid 2013-03-17 14:49:08 +00:00
parent c9563cce95
commit 43a8e896e8

View File

@ -25,7 +25,7 @@ class FormulaInstaller
end
def pour_bottle?
(tab.used_options.empty? rescue true) && options.empty? && install_bottle?(f, true)
(tab.used_options.empty? rescue true) && options.empty? && install_bottle?(f)
end
def check_install_sanity