aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/formula_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 767db6e63..2eadc8c63 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