brew style

This commit is contained in:
Claudia 2018-08-16 08:56:46 +02:00
parent ea29158a4d
commit 61db35f77d
No known key found for this signature in database
GPG Key ID: 246AC3C0F10BE51F

View File

@ -27,10 +27,10 @@ module Homebrew
analytics_disabled = analytics_disabled =
Utils.popen_read("git", "config", "--local", "--get", "homebrew.analyticsdisabled").chuzzle Utils.popen_read("git", "config", "--local", "--get", "homebrew.analyticsdisabled").chuzzle
if analytics_message_displayed != "true" && if analytics_message_displayed != "true" &&
caskanalyticsmessage != "true" && caskanalyticsmessage != "true" &&
analytics_disabled != "true" && analytics_disabled != "true" &&
!ENV["HOMEBREW_NO_ANALYTICS"] && !ENV["HOMEBREW_NO_ANALYTICS"] &&
!ENV["HOMEBREW_NO_ANALYTICS_MESSAGE_OUTPUT"] !ENV["HOMEBREW_NO_ANALYTICS_MESSAGE_OUTPUT"]
ENV["HOMEBREW_NO_ANALYTICS_THIS_RUN"] = "1" ENV["HOMEBREW_NO_ANALYTICS_THIS_RUN"] = "1"
# Use the shell's audible bell. # Use the shell's audible bell.