aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMike McQuaid2018-02-12 20:50:34 +0000
committerGitHub2018-02-12 20:50:34 +0000
commitb3f0e571f4cdcc29dd6982b863fdcd7de5e6febf (patch)
tree8385418921e394d17a57d368835a0640a1bec171 /bin
parent602696bcb8823e8a24aa87d646aef8c6a108ce4b (diff)
parent7388acb86e0b9811e6badd610255954b3b3a6453 (diff)
downloadbrew-b3f0e571f4cdcc29dd6982b863fdcd7de5e6febf.tar.bz2
Merge pull request #3090 from jcs/no_color
Tty: if NO_COLOR env var is present, disable color
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 34c28056b..b3a4d6272 100755
--- a/bin/brew
+++ b/bin/brew
@@ -47,7 +47,7 @@ HOMEBREW_LIBRARY="$HOMEBREW_REPOSITORY/Library"
# Whitelist and copy to HOMEBREW_* all variables previously mentioned in
# manpage or used elsewhere by Homebrew.
for VAR in AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY BINTRAY_USER BINTRAY_KEY \
- BROWSER EDITOR GIT PATH VISUAL \
+ BROWSER EDITOR GIT NO_COLOR PATH VISUAL \
GITHUB_USER GITHUB_PASSWORD GITHUB_TOKEN
do
# Skip if variable value is empty.