Allow hiding Homebrew emoji with an env var.
Closes Homebrew/homebrew#17085. Closes Homebrew/homebrew#17086. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
b568742428
commit
766bc13cfb
@ -181,7 +181,9 @@ class FormulaInstaller
|
|||||||
fix_install_names
|
fix_install_names
|
||||||
|
|
||||||
ohai "Summary" if ARGV.verbose? or show_summary_heading
|
ohai "Summary" if ARGV.verbose? or show_summary_heading
|
||||||
print "🍺 " if MacOS.version >= :lion
|
unless ENV['HOMEBREW_NO_EMOJI']
|
||||||
|
print "🍺 " if MacOS.version >= :lion
|
||||||
|
end
|
||||||
print "#{f.prefix}: #{f.prefix.abv}"
|
print "#{f.prefix}: #{f.prefix.abv}"
|
||||||
print ", built in #{pretty_duration build_time}" if build_time
|
print ", built in #{pretty_duration build_time}" if build_time
|
||||||
puts
|
puts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user