aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/utils/shell.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/compat/utils/shell.rb')
-rw-r--r--Library/Homebrew/compat/utils/shell.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Homebrew/compat/utils/shell.rb b/Library/Homebrew/compat/utils/shell.rb
new file mode 100644
index 000000000..161f10ebb
--- /dev/null
+++ b/Library/Homebrew/compat/utils/shell.rb
@@ -0,0 +1,8 @@
+module Utils
+ module Shell
+ def self.shell_profile
+ odeprecated "Utils::Shell.shell_profile", "Utils::Shell.profile"
+ Utils::Shell.profile
+ end
+ end
+end