diff options
| author | Adam Vandenberg | 2014-05-16 14:47:24 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-17 10:07:42 -0700 |
| commit | 9ab605c7f1883c6bd0898bc0ed3f1dded5bfb85e (patch) | |
| tree | d4da82dfd0252c7e2fbea6481a337e4d55ac23ae /Library | |
| parent | 65c50fbd56a3cb573385df328b3c71883d173e7f (diff) | |
| download | homebrew-9ab605c7f1883c6bd0898bc0ed3f1dded5bfb85e.tar.bz2 | |
Remove brew-dirty
Replaced with `brew list --versions --multiple`.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-dirty.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Contributions/cmd/brew-dirty.rb b/Library/Contributions/cmd/brew-dirty.rb deleted file mode 100755 index acf9885f8..000000000 --- a/Library/Contributions/cmd/brew-dirty.rb +++ /dev/null @@ -1,8 +0,0 @@ -# See: http://github.com/Homebrew/homebrew/issues/issue/1359 - -require 'keg' - -HOMEBREW_CELLAR.subdirs.each do |rack| - versions = rack.subdirs.map { |d| Keg.new(d).version } - puts "#{rack.basename} (#{versions.join(', ')})" if versions.size > 1 -end |
