diff options
| author | Mike McQuaid | 2018-01-19 08:11:07 +0000 | 
|---|---|---|
| committer | GitHub | 2018-01-19 08:11:07 +0000 | 
| commit | 985202cf8e3f9e221753dd99adf1e8874fece03a (patch) | |
| tree | 108c43249bdbf86fd0448d2bcee257e11edc57a3 /Library/Homebrew/compat.rb | |
| parent | 02e4cae3d0f3fb7065ea3e9c0c4877f70c92689d (diff) | |
| parent | 78c829790d990b324320c3089c74eaec95c5ec31 (diff) | |
| download | brew-1.5.0.tar.bz2 | |
Merge pull request #3696 from alyssais/prepend1.5.0
`prepend` instead of alias hacks for 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 d829e900c..6c3fa2dbb 100644 --- a/Library/Homebrew/compat.rb +++ b/Library/Homebrew/compat.rb @@ -3,6 +3,7 @@ require "compat/tap"  require "compat/hbc"  require "compat/formula"  require "compat/formula_specialties" +require "compat/formula_support"  require "compat/global"  require "compat/hardware"  require "compat/macos" | 
