mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Remove HOMEBREW_CACHE from "brew --config"
HOMEBREW_CACHE isn't really helpful in diagnosing problems, and some people don't like their username / home folder going into bug reports on the web, so let's take it out.
This commit is contained in:
parent
1e5b23f2db
commit
4f56674c72
1
bin/brew
1
bin/brew
@ -53,7 +53,6 @@ HOMEBREW_VERSION: #{HOMEBREW_VERSION}
|
|||||||
HEAD: #{sha}
|
HEAD: #{sha}
|
||||||
HOMEBREW_PREFIX: #{HOMEBREW_PREFIX}
|
HOMEBREW_PREFIX: #{HOMEBREW_PREFIX}
|
||||||
HOMEBREW_CELLAR: #{HOMEBREW_CELLAR}
|
HOMEBREW_CELLAR: #{HOMEBREW_CELLAR}
|
||||||
HOMEBREW_CACHE: #{HOMEBREW_CACHE}
|
|
||||||
HOMEBREW_REPOSITORY: #{HOMEBREW_REPOSITORY}
|
HOMEBREW_REPOSITORY: #{HOMEBREW_REPOSITORY}
|
||||||
HOMEBREW_LIBRARY_PATH: #{HOMEBREW_LIBRARY_PATH}
|
HOMEBREW_LIBRARY_PATH: #{HOMEBREW_LIBRARY_PATH}
|
||||||
Hardware: #{cores}-core #{bits}-bit #{Hardware.intel_family}
|
Hardware: #{cores}-core #{bits}-bit #{Hardware.intel_family}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user