diff options
| author | Adam Vandenberg | 2010-08-15 15:25:35 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-15 15:25:35 -0700 |
| commit | c9e2a9e5cb3445293c8991c869d772d9bfc0afff (patch) | |
| tree | b826bb09cfaa32881c6f1d73dff64f030f6a6c1c /Library/Contributions/examples | |
| parent | f5b66f2a0445acd432e303df11e8ecb74dfcc852 (diff) | |
| download | brew-c9e2a9e5cb3445293c8991c869d772d9bfc0afff.tar.bz2 | |
Document 'brew missing'.
Diffstat (limited to 'Library/Contributions/examples')
| -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 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 |
