aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2013-01-23 00:26:27 -0600
committerJack Nagel2013-01-26 12:14:46 -0600
commit0551dedf795c7516fd9c11cceeecfa93e4ff3fe3 (patch)
tree28c3c6f71ce071fe4f6520889ace2cecbac84201 /Library/Homebrew/cmd
parentf76a8bdd1f93216545491aabad2858e758516bc9 (diff)
downloadhomebrew-0551dedf795c7516fd9c11cceeecfa93e4ff3fe3.tar.bz2
FormulaInstaller: don't install bottle if options were passed
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/upgrade.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/upgrade.rb b/Library/Homebrew/cmd/upgrade.rb
index 026494d98..f80a218eb 100644
--- a/Library/Homebrew/cmd/upgrade.rb
+++ b/Library/Homebrew/cmd/upgrade.rb
@@ -63,7 +63,6 @@ module Homebrew extend self
installer = FormulaInstaller.new(f)
installer.tab = tab
installer.show_header = false
- installer.install_bottle = (install_bottle?(f) and tab.used_options.empty?)
oh1 "Upgrading #{f.name}"