Pass the string directly to the output method
This commit is contained in:
parent
d2aeadb1cd
commit
7078af8218
@ -1143,11 +1143,9 @@ module Homebrew
|
|||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
lines = out.to_s.split('\n')
|
|
||||||
puts
|
puts
|
||||||
opoo lines.shift
|
opoo out
|
||||||
Homebrew.failed = true
|
Homebrew.failed = true
|
||||||
puts lines
|
|
||||||
first_warning = false
|
first_warning = false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user