aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_installer.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-03-06 12:36:15 +0000
committerMike McQuaid2013-03-09 21:29:53 +0000
commitc7c33c98309790075e346f532ff7a49d007542e4 (patch)
treea81c31ab60e4856015f20989adefbbe58b9effec /Library/Homebrew/formula_installer.rb
parent5a2874c6520b6997137b130a67c9a49977ce49bb (diff)
downloadbrew-c7c33c98309790075e346f532ff7a49d007542e4.tar.bz2
Warn on bottles skipped due to non-default Cellar.
Closes Homebrew/homebrew#18333.
Diffstat (limited to 'Library/Homebrew/formula_installer.rb')
-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 8cd47e6d2..0a1eba69e 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -25,7 +25,7 @@ class FormulaInstaller
end
def pour_bottle?
- install_bottle?(f) && (tab.used_options.empty? rescue true) && options.empty?
+ (tab.used_options.empty? rescue true) && options.empty? && install_bottle?(f, true)
end
def check_install_sanity