aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/upgrade.rb
diff options
context:
space:
mode:
authorJack Nagel2012-08-18 18:12:12 -0500
committerJack Nagel2012-08-18 19:33:39 -0500
commitec5770b59011b71ad61fa9caba1632dda6af8cd0 (patch)
treec28c1ab5b77b29421f7ec65c4d80cfaf9cc71629 /Library/Homebrew/cmd/upgrade.rb
parent848203fb85e14bf7f5a140bdd0affbf174fdd29c (diff)
downloadhomebrew-ec5770b59011b71ad61fa9caba1632dda6af8cd0.tar.bz2
Add ARGV.ignore_deps?
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/cmd/upgrade.rb')
-rw-r--r--Library/Homebrew/cmd/upgrade.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/upgrade.rb b/Library/Homebrew/cmd/upgrade.rb
index 99954d91e..07558cbec 100644
--- a/Library/Homebrew/cmd/upgrade.rb
+++ b/Library/Homebrew/cmd/upgrade.rb
@@ -29,7 +29,7 @@ module Homebrew extend self
end
end
- unless ARGV.include? '--ignore-dependencies'
+ unless ARGV.ignore_deps?
# Expand the outdated list to include outdated dependencies then sort and
# reduce such that dependencies are installed first and installation is not
# attempted twice. Sorting is implicit the way `recursive_deps` returns