diff options
| author | Mike McQuaid | 2018-02-12 20:50:34 +0000 |
|---|---|---|
| committer | GitHub | 2018-02-12 20:50:34 +0000 |
| commit | b3f0e571f4cdcc29dd6982b863fdcd7de5e6febf (patch) | |
| tree | 8385418921e394d17a57d368835a0640a1bec171 /bin | |
| parent | 602696bcb8823e8a24aa87d646aef8c6a108ce4b (diff) | |
| parent | 7388acb86e0b9811e6badd610255954b3b3a6453 (diff) | |
| download | brew-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-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
