Pass the string directly to the output method

This commit is contained in:
Jack Nagel 2014-07-19 23:50:59 -05:00
parent d2aeadb1cd
commit 7078af8218

View File

@ -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