aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-13 17:40:22 -0500
committerJack Nagel2014-03-13 17:40:22 -0500
commit4cb3d121a4e96a00be23105f36562e89e71f6b03 (patch)
treef6e72f348d67167fe06da0ce8defd4163514a9a8
parentc7a54f8da18aa9bd4bdba23a119c612a18634a54 (diff)
downloadbrew-4cb3d121a4e96a00be23105f36562e89e71f6b03.tar.bz2
Roll ignore_deps change back temporarily
-rw-r--r--Library/Homebrew/formula_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 38ecf30bf..15eba4bfe 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"