From 7bb66cf93a44ef97cf7caa5585e0bbf12727267e Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 25 May 2009 11:57:54 +0100 Subject: [PATCH] brew abv whitespace display correction --- Cellar/homebrew/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cellar/homebrew/brew b/Cellar/homebrew/brew index 53ffa4aa0d..d857c60687 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"