mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Don't output “Installing 'bundler' gem” to $stdout
.
This commit is contained in:
parent
8298f95677
commit
0716d0bf28
@ -24,9 +24,9 @@ module Homebrew
|
||||
|
||||
def ohai_if_defined(message)
|
||||
if defined?(ohai)
|
||||
ohai message
|
||||
$stderr.ohai message
|
||||
else
|
||||
puts "==> #{message}"
|
||||
$stderr.puts "==> #{message}"
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user