Homebrew / legacy-homebrew

💀 The former home of Homebrew/homebrew (deprecated)
https://brew.sh
26.97k stars 11.34k forks source link

`brew list` doesn't skip .txt versions of meta files #10483

Closed adamv closed 12 years ago

adamv commented 12 years ago

https://github.com/mxcl/homebrew/blob/master/Library/Homebrew/cmd/list.rb#L46

brew list skips meta files...but doesn't skip showing the .txt versions that install also scans for.

Other thoughts:

jacknagel commented 12 years ago

Making it into a class might also help with #10141.

adamv commented 12 years ago

Rolling into #10141.