aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-13 19:10:41 -0500
committerJack Nagel2014-03-13 19:10:41 -0500
commitf0dd265889c26048750a425528eb2c4fe0ddec12 (patch)
tree0e548bf6e236a07e9b06097b75191eacf9a8cc85 /Library
parent2a127d1d3379342eb84ff9deafaafc72484fa129 (diff)
downloadhomebrew-f0dd265889c26048750a425528eb2c4fe0ddec12.tar.bz2
Revert "Roll ignore_deps change back temporarily"
This reverts commit 067f4d474cb158debb8ad7d19d664fb2540cb09f.
Diffstat (limited to 'Library')
-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 15eba4bfe..38ecf30bf 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"