brew abv whitespace display correction

This commit is contained in:
Max Howell 2009-05-25 11:57:54 +01:00
parent bff155932d
commit 7bb66cf93a

View File

@ -86,7 +86,7 @@ case ARGV[0]
when 'abv', 'stats', 'statistics' when 'abv', 'stats', 'statistics'
cellar=$root+'Cellar' 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 when 'prune', 'pasteurize' then
puts "Pruned #{prune} files" puts "Pruned #{prune} files"