add doctor check for HOMEBREW_KEEP_INFO
This commit is contained in:
parent
43358b2bd3
commit
fab5e1d905
@ -1085,6 +1085,16 @@ end
|
|||||||
https://xquartz.macosforge.org
|
https://xquartz.macosforge.org
|
||||||
EOS
|
EOS
|
||||||
end
|
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
|
end # end class Checks
|
||||||
|
|
||||||
module Homebrew extend self
|
module Homebrew extend self
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user