diff options
| author | Mike McQuaid | 2017-07-14 17:03:33 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2017-07-21 10:50:07 +0100 | 
| commit | 2d18ba586b3250062cd58c8f5af81fc30a35bb5f (patch) | |
| tree | 68c6130df8f85bb7c2e5dddb0cf4c12413f52bc9 /Library/Homebrew/utils.rb | |
| parent | e0560ff363d5efa177cf567281e78f73848557b4 (diff) | |
| download | brew-2d18ba586b3250062cd58c8f5af81fc30a35bb5f.tar.bz2 | |
Enable more deprecations.
It's been long enough that these have been commented out so let's
enable them globally.
Diffstat (limited to 'Library/Homebrew/utils.rb')
| -rw-r--r-- | Library/Homebrew/utils.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 5a6295394..e3137ac49 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -556,3 +556,7 @@ def with_env(hash)      ENV.update(old_values)    end  end + +def shell_profile +  Utils::Shell.profile +end | 
