Pass the string directly to the output method
This commit is contained in:
parent
d2aeadb1cd
commit
7078af8218
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user