diff options
| author | Mike McQuaid | 2016-12-30 20:20:13 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2016-12-30 20:20:13 +0000 | 
| commit | e50102d91e5fc13fd59589967bb97bb6159bbad0 (patch) | |
| tree | 4868c090cd80f6ab53d75e85dca5c0445ddc706b /Library/Homebrew/compat.rb | |
| parent | 27695ffeeb829ca129a87fe53f60502978ab367b (diff) | |
| download | brew-e50102d91e5fc13fd59589967bb97bb6159bbad0.tar.bz2 | |
ENV: deprecate old methods.
These should have been deprecated long ago but we didn’t really have
the necessary framework to do so.
Diffstat (limited to 'Library/Homebrew/compat.rb')
| -rw-r--r-- | Library/Homebrew/compat.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb index 5d78c715f..92b687725 100644 --- a/Library/Homebrew/compat.rb +++ b/Library/Homebrew/compat.rb @@ -22,3 +22,6 @@ require "compat/json"  require "compat/ARGV"  require "compat/build_options"  require "compat/tab" +require "compat/ENV/shared" +require "compat/ENV/std" +require "compat/ENV/super" | 
