Don't set installer options to their default

ignore_deps and show_header default to false.
This commit is contained in:
Jack Nagel 2014-03-13 10:10:59 -05:00
parent aa5c023b76
commit 60caf14ce2
2 changed files with 0 additions and 3 deletions

View File

@ -58,8 +58,6 @@ module Homebrew extend self
installer = FormulaInstaller.new(f)
installer.options |= Tab.for_formula(f).used_options
installer.show_header = false
installer.ignore_deps = false
installer.build_from_source = ARGV.build_from_source?
installer.prelude

View File

@ -335,7 +335,6 @@ class FormulaInstaller
fi.options |= dep.options
fi.options |= inherited_options
fi.ignore_deps = true
fi.show_header = false
fi.build_from_source = build_from_source
fi.prelude
oh1 "Installing #{f} dependency: #{Tty.green}#{dep.name}#{Tty.reset}"