diff --git a/Cellar/homebrew/brew b/Cellar/homebrew/brew
index 53ffa4aa0d8205ccc418fed1c630a4d3cf009197..d857c60687a555e323489d8c327d7ebbb2e87619 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"