Fix printing of authors for git-summary's on Ubuntu

This commit is contained in:
Jason Young 2010-08-24 21:35:08 -07:00 committed by Tj Holowaychuk
parent d666fa409a
commit 1158c19b61

View file

@ -9,5 +9,6 @@ echo
echo " project: $project"
echo " commits: $commit_count"
echo " files : $file_count"
echo " authors: \n$authors"
echo " authors: "
echo "$authors"
echo