summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/contributors.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/contributors.sh b/scripts/contributors.sh
index 6f3cf6af2..4779c3528 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);
}