Include vi in list of binaries already in OS X

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Oscar Del Ben 2012-03-07 14:53:41 +01:00 committed by Adam Vandenberg
parent 4e3c99d96f
commit 94bafe05f4

View File

@ -1,6 +1,6 @@
def blacklisted? name
case name.downcase
when 'vim', 'screen', /^rubygems?$/ then <<-EOS.undent
when /^vim?$/, 'screen', /^rubygems?$/ then <<-EOS.undent
Apple distributes #{name} with OS X, you can find it in /usr/bin.
EOS
when 'libarchive', 'libpcap' then <<-EOS.undent