aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/cmd/doctor.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 47af8d5c4..150146329 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