From 2d18ba586b3250062cd58c8f5af81fc30a35bb5f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 14 Jul 2017 17:03:33 +0100 Subject: Enable more deprecations. It's been long enough that these have been commented out so let's enable them globally. --- Library/Homebrew/utils.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Homebrew/utils.rb') 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 -- cgit v1.2.3