Skip to content
Snippets Groups Projects
Commit 000e9eec authored by Ben Moss's avatar Ben Moss Committed by Jack Nagel
Browse files

Fix blacklist.rb syntax error


Closes Homebrew/homebrew#27102.

Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent 3326d0d8
No related branches found
No related tags found
No related merge requests found
def blacklisted? name
case name.downcase
when 'screen', /^rubygems?$/, then <<-EOS.undent
when 'screen', /^rubygems?$/ then <<-EOS.undent
Apple distributes #{name} with OS X, you can find it in /usr/bin.
EOS
when 'libpcap' then <<-EOS.undent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment