mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
contrithanks.sh: exclude existing names case insensitively
This commit is contained in:
parent
9816c67b9b
commit
fcfe39236a
@ -54,4 +54,4 @@ sed 's/^ *//'
|
||||
sed -f ./docs/THANKS-filter | \
|
||||
grep -a ' ' | \
|
||||
sort -fu | \
|
||||
grep -axvf ./docs/THANKS
|
||||
grep -aixvf ./docs/THANKS
|
||||
|
Loading…
x
Reference in New Issue
Block a user