mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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…
Reference in New Issue
Block a user