aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xCellar/homebrew/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cellar/homebrew/brew b/Cellar/homebrew/brew
index 53ffa4aa0..d857c6068 100755
--- a/Cellar/homebrew/brew
+++ b/Cellar/homebrew/brew
@@ -86,7 +86,7 @@ case ARGV[0]
when 'abv', 'stats', 'statistics'
cellar=$root+'Cellar'
- print `find #{cellar} -type f | wc -l`.strip+' files,'+`du -hd0 #{cellar} | cut -d"\t" -f1`
+ print `find #{cellar} -type f | wc -l`.strip+' files, '+`du -hd0 #{cellar} | cut -d"\t" -f1`.strip
when 'prune', 'pasteurize' then
puts "Pruned #{prune} files"