contrithanks.sh: use -F with -v to match lines as strings

Makes names involving [brackets] work.
This commit is contained in:
Daniel Stenberg 2024-07-30 12:14:48 +02:00
parent f6f49a4627
commit e358a6e542
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -70,4 +70,4 @@ cat ./docs/THANKS
} | \
sed -f ./docs/THANKS-filter | \
sort -fu | \
grep -aixvf ./docs/THANKS
grep -aixvFf ./docs/THANKS