diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index cf691c7f9..71fd62e9c 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -1085,6 +1085,16 @@ end https://xquartz.macosforge.org EOS end + + def check_for_old_env_vars + if ENV["HOMEBREW_KEEP_INFO"] + <<-EOS.undent + `HOMEBREW_KEEP_INFO` is no longer used + info files are no longer deleted by default; you may + remove this environment variable. + EOS + end + end end # end class Checks module Homebrew extend self |
