diff options
| author | Mike McQuaid | 2018-01-18 15:29:40 +0000 |
|---|---|---|
| committer | GitHub | 2018-01-18 15:29:40 +0000 |
| commit | 9201fbde824ad311ea510e22dd045f1573d5ca78 (patch) | |
| tree | 7097204c30ea7e0aed500cb8455c409d9533b181 /Library/Homebrew/compat/utils/shell.rb | |
| parent | b17672a2b4946a9e8a4613006e984006d939479a (diff) | |
| parent | 77f1768108272f2168e22a735bead49fe7045331 (diff) | |
| download | brew-9201fbde824ad311ea510e22dd045f1573d5ca78.tar.bz2 | |
Merge pull request #3694 from MikeMcQuaid/more-odisabled
Disable and add more deprecations.
Diffstat (limited to 'Library/Homebrew/compat/utils/shell.rb')
| -rw-r--r-- | Library/Homebrew/compat/utils/shell.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/compat/utils/shell.rb b/Library/Homebrew/compat/utils/shell.rb index 161f10ebb..2f387d967 100644 --- a/Library/Homebrew/compat/utils/shell.rb +++ b/Library/Homebrew/compat/utils/shell.rb @@ -1,8 +1,7 @@ module Utils module Shell def self.shell_profile - odeprecated "Utils::Shell.shell_profile", "Utils::Shell.profile" - Utils::Shell.profile + odisabled "Utils::Shell.shell_profile", "Utils::Shell.profile" end end end |
