diff options
Diffstat (limited to 'Library/Homebrew/formula_installer.rb')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 241afa517..02a753bd5 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -22,8 +22,8 @@ class FormulaInstaller def initialize ff @f = ff @show_header = false - @ignore_deps = ARGV.ignore_deps? || ARGV.interactive? - @only_deps = ARGV.only_deps? + @ignore_deps = false + @only_deps = false @options = Options.new @@attempted ||= Set.new @@ -311,7 +311,6 @@ class FormulaInstaller fi.options |= dep.options fi.options |= inherited_options fi.ignore_deps = true - fi.only_deps = false fi.show_header = false fi.prelude oh1 "Installing #{f} dependency: #{Tty.green}#{dep.name}#{Tty.reset}" |
