1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

contrithanks.sh: exclude existing names case insensitively

This commit is contained in:
Daniel Stenberg 2016-05-23 10:07:48 +02:00
parent 9816c67b9b
commit fcfe39236a

View File

@ -54,4 +54,4 @@ sed 's/^ *//'
sed -f ./docs/THANKS-filter | \
grep -a ' ' | \
sort -fu | \
grep -axvf ./docs/THANKS
grep -aixvf ./docs/THANKS