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
commitcd6652efec19df807335b30d73d87d5d6cc6b24a (patch)
treef361c80506a6a184c1d521a085241707b22f8cd4 /Library/Homebrew/cmd/upgrade.rb
parentecbd7e2048d9d6c850844400cdc2dc387a9f28ec (diff)
downloadhomebrew-cd6652efec19df807335b30d73d87d5d6cc6b24a.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}"