diff --git a/scripts/contributors.sh b/scripts/contributors.sh index 6f3cf6af20..4779c3528b 100755 --- a/scripts/contributors.sh +++ b/scripts/contributors.sh @@ -91,7 +91,8 @@ awk '{ } END { - printf(" %s\n", p); + pp=substr(p,1,length(p)-1); + printf(" %s\n", pp); printf(" (%d contributors)\n", num); }