aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/utils/shell.rb
diff options
context:
space:
mode:
authorMike McQuaid2018-01-18 15:29:40 +0000
committerGitHub2018-01-18 15:29:40 +0000
commit9201fbde824ad311ea510e22dd045f1573d5ca78 (patch)
tree7097204c30ea7e0aed500cb8455c409d9533b181 /Library/Homebrew/compat/utils/shell.rb
parentb17672a2b4946a9e8a4613006e984006d939479a (diff)
parent77f1768108272f2168e22a735bead49fe7045331 (diff)
downloadbrew-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.rb3
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