Include vi in list of binaries already in OS X
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4e3c99d96f
commit
94bafe05f4
@ -1,6 +1,6 @@
|
|||||||
def blacklisted? name
|
def blacklisted? name
|
||||||
case name.downcase
|
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.
|
Apple distributes #{name} with OS X, you can find it in /usr/bin.
|
||||||
EOS
|
EOS
|
||||||
when 'libarchive', 'libpcap' then <<-EOS.undent
|
when 'libarchive', 'libpcap' then <<-EOS.undent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user