martido / homebrew-graph

Creates a dependency graph of Homebrew formulae.
Other
221 stars 12 forks source link

Update brew-graph.rb #5

Closed jpalardy closed 9 years ago

jpalardy commented 9 years ago

It seems that brew itself returns duplicates:

brew-deps-dupes

In most cases it doesn't hurt to remove duplicates, because there are not supposed to be any :-)

martido commented 9 years ago

That's interesting, never noticed the duplicates. I agree that removing them shouldn't hurt. Thanks!