From 7078af82184d09e977a7aa8a186dfb643395fbfa Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 19 Jul 2014 23:50:59 -0500 Subject: [PATCH] Pass the string directly to the output method --- Library/Homebrew/cmd/doctor.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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