diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index 359909095678..6a284b29216c 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -262,8 +262,6 @@ def cleanup name puts end end - - prune # seems like a good time to do some additional cleanup end def clean f diff --git a/bin/brew b/bin/brew index ef152fd836c0..8dc7c0ae40f8 100755 --- a/bin/brew +++ b/bin/brew @@ -217,6 +217,7 @@ begin opoo "Formula not found for #{e.name}" end end + prune # seems like a good time to do some additional cleanup else ARGV.named.each { |name| cleanup name} end