mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -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 | \
|
sed -f ./docs/THANKS-filter | \
|
||||||
grep -a ' ' | \
|
grep -a ' ' | \
|
||||||
sort -fu | \
|
sort -fu | \
|
||||||
grep -axvf ./docs/THANKS
|
grep -aixvf ./docs/THANKS
|
||||||
|
Loading…
Reference in New Issue
Block a user