diff options
| author | Mike McQuaid | 2017-04-22 17:47:39 +0100 |
|---|---|---|
| committer | GitHub | 2017-04-22 17:47:39 +0100 |
| commit | a937ed0a20eed46ceaa55ea1ad5234a63a19232d (patch) | |
| tree | 1abf93d4295c7cca42a5d0cdb64ce8ab764b9ed1 /Library/Homebrew/compat.rb | |
| parent | 114e8c55378a28d8ab285132ee28fb6464606962 (diff) | |
| parent | ba3c46d24fe6423845cc5e827eb94b3427d75a10 (diff) | |
| download | brew-a937ed0a20eed46ceaa55ea1ad5234a63a19232d.tar.bz2 | |
Merge pull request #2522 from MikeMcQuaid/more-deprecations
More deprecations.
Diffstat (limited to 'Library/Homebrew/compat.rb')
| -rw-r--r-- | Library/Homebrew/compat.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb index 92b687725..3c080f616 100644 --- a/Library/Homebrew/compat.rb +++ b/Library/Homebrew/compat.rb @@ -25,3 +25,4 @@ require "compat/tab" require "compat/ENV/shared" require "compat/ENV/std" require "compat/ENV/super" +require "compat/utils/shell" |
