mirror of
https://github.com/curl/curl.git
synced 2026-07-28 14:53:09 +03:00
contributors: strip off final comma
The final row of contributors should not end with a comma as it's the end of the list. Closes: #8785 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
5e9a703cf2
commit
803947a1c7
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue