From 4cb3d121a4e96a00be23105f36562e89e71f6b03 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 13 Mar 2014 17:40:22 -0500 Subject: [PATCH] Roll ignore_deps change back temporarily --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 38ecf30bf0..15eba4bfe1 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -424,7 +424,7 @@ class FormulaInstaller def sanitized_ARGV_options args = [] - args << "--ignore-dependencies" if ignore_deps? + args << "--ignore-dependencies" if ARGV.ignore_deps? if build_bottle? args << "--build-bottle"