aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-01 07:12:21 -0700
committerAdam Vandenberg2010-10-01 07:12:21 -0700
commitf708b0b81ff8231969f8920e22a9713e82b8a1d9 (patch)
tree976344d1df065e54db5afb069af6d6d1233cd2c7 /Library
parent8b8bf793150ab4f983ccce6ced6bf0bf5f18abe8 (diff)
downloadbrew-f708b0b81ff8231969f8920e22a9713e82b8a1d9.tar.bz2
brew-missing - don't count outdated as missing
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/examples/brew-missing.rb2
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