mirror of
https://github.com/curl/curl.git
synced 2025-01-12 13:55:11 +08: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
@ -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…
Reference in New Issue
Block a user