From f708b0b81ff8231969f8920e22a9713e82b8a1d9 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 1 Oct 2010 07:12:21 -0700 Subject: [PATCH] brew-missing - don't count outdated as missing --- Library/Contributions/examples/brew-missing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/examples/brew-missing.rb b/Library/Contributions/examples/brew-missing.rb index 8064ac1a5d..68206278cb 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