From c9e2a9e5cb3445293c8991c869d772d9bfc0afff Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 15 Aug 2010 15:25:35 -0700 Subject: Document 'brew missing'. --- Library/Contributions/examples/brew-missing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Contributions/examples') diff --git a/Library/Contributions/examples/brew-missing.rb b/Library/Contributions/examples/brew-missing.rb index af6aba069..8064ac1a5 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.select {|b| b[1]} HOMEBREW_CELLAR.subdirs.each do |keg| next unless keg.subdirs -- cgit v1.2.3