diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 5ceaa9fe44..65f6d44b3b 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -15,7 +15,7 @@ class FormulaInstaller def initialize ff, tab=nil @f = ff @tab = tab - @show_header = true + @show_header = false @ignore_deps = ARGV.ignore_deps? || ARGV.interactive? @install_bottle = install_bottle? ff @@ -99,7 +99,7 @@ class FormulaInstaller end end # now show header as all the deps stuff has clouded the original issue - show_header = true + @show_header = true end end