aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/utils/shell.rb
diff options
context:
space:
mode:
authorMike McQuaid2018-01-18 09:47:33 +0000
committerMike McQuaid2018-01-18 09:47:33 +0000
commit77f1768108272f2168e22a735bead49fe7045331 (patch)
tree429329004c1f002481ebdd1e28f5027204aa7982 /Library/Homebrew/compat/utils/shell.rb
parent892e1b5b4fb2ec1b71b9486d65a8932f713af8a0 (diff)
downloadbrew-77f1768108272f2168e22a735bead49fe7045331.tar.bz2
Disable and add more deprecations.
These have all been deprecated/compat for a while.
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