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
commit951872c4be7f1190a0d9127aeb051d0b6ddd8b54 (patch)
tree84850e801b834f2119959f3627bd7f6eec04215f /Library/Homebrew/cmd
parent5822aa80cf685d989ff1f84d91cf20e1fca1dfbc (diff)
downloadbrew-951872c4be7f1190a0d9127aeb051d0b6ddd8b54.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}"