From 77f1768108272f2168e22a735bead49fe7045331 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 18 Jan 2018 09:47:33 +0000 Subject: Disable and add more deprecations. These have all been deprecated/compat for a while. --- Library/Homebrew/compat/utils/shell.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Homebrew/compat/utils/shell.rb') 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 -- cgit v1.2.3