From 43a8e896e8806ca1a1ddc8d024e9903be4a60a20 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 17 Mar 2013 14:49:08 +0000 Subject: [PATCH] Temporarily omit bottle source warning. Pending a decent fix. Fixes Homebrew/homebrew#18540. --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 767db6e63c..2eadc8c639 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -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