aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/utils/shell.rb
blob: 161f10ebb6353363978ca9225213058b136fbaca (plain)
1
2
3
4
5
6
7
8
module Utils
  module Shell
    def self.shell_profile
      odeprecated "Utils::Shell.shell_profile", "Utils::Shell.profile"
      Utils::Shell.profile
    end
  end
end