diff options
| author | Adam Vandenberg | 2010-10-01 07:12:21 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-01 07:12:21 -0700 |
| commit | f708b0b81ff8231969f8920e22a9713e82b8a1d9 (patch) | |
| tree | 976344d1df065e54db5afb069af6d6d1233cd2c7 /Library | |
| parent | 8b8bf793150ab4f983ccce6ced6bf0bf5f18abe8 (diff) | |
| download | brew-f708b0b81ff8231969f8920e22a9713e82b8a1d9.tar.bz2 | |
brew-missing - don't count outdated as missing
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/examples/brew-missing.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/examples/brew-missing.rb b/Library/Contributions/examples/brew-missing.rb index 8064ac1a5..68206278c 100755 --- a/Library/Contributions/examples/brew-missing.rb +++ b/Library/Contributions/examples/brew-missing.rb @@ -3,7 +3,7 @@ require 'formula_installer' def main # Names of outdated brews; they count as installed. - outdated = outdated_brews.select {|b| b[1]} + outdated = outdated_brews.collect {|b| b[1]} HOMEBREW_CELLAR.subdirs.each do |keg| next unless keg.subdirs |
