aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/upgrade.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-04 14:06:25 -0600
committerJack Nagel2014-03-04 14:06:25 -0600
commit1ab5943fb25a5a0722bff32a09f324b0dbd59ce8 (patch)
tree3e2dde1d431afaa74407616386c044b7aef87d6f /Library/Homebrew/cmd/upgrade.rb
parent4c0db19538d69cc2d00f8455b94c85d75c9a4203 (diff)
downloadbrew-1ab5943fb25a5a0722bff32a09f324b0dbd59ce8.tar.bz2
Let commands decide what mode the installer should use
Diffstat (limited to 'Library/Homebrew/cmd/upgrade.rb')
-rw-r--r--Library/Homebrew/cmd/upgrade.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/upgrade.rb b/Library/Homebrew/cmd/upgrade.rb
index 02cb85170..46d7b7aee 100644
--- a/Library/Homebrew/cmd/upgrade.rb
+++ b/Library/Homebrew/cmd/upgrade.rb
@@ -59,6 +59,7 @@ module Homebrew extend self
installer = FormulaInstaller.new(f)
installer.options |= Tab.for_formula(f).used_options
installer.show_header = false
+ installer.ignore_deps = false
installer.prelude
oh1 "Upgrading #{f.name}"