From 25164350d626a001599089b9ed2780a78548ae81 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 13 Mar 2014 19:10:41 -0500 Subject: [PATCH] Revert "Roll ignore_deps change back temporarily" This reverts commit 067f4d474cb158debb8ad7d19d664fb2540cb09f. --- 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 15eba4bfe1..38ecf30bf0 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 ARGV.ignore_deps? + args << "--ignore-dependencies" if ignore_deps? if build_bottle? args << "--build-bottle"