diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 47af8d5c45..150146329e 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -1143,11 +1143,9 @@ module Homebrew EOS end - lines = out.to_s.split('\n') puts - opoo lines.shift + opoo out Homebrew.failed = true - puts lines first_warning = false end end