Commit fcfe3923 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

contrithanks.sh: exclude existing names case insensitively

parent 9816c67b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,4 +54,4 @@ sed 's/^ *//'
sed -f ./docs/THANKS-filter | \
grep -a ' ' | \
sort -fu | \
grep -axvf ./docs/THANKS
grep -aixvf ./docs/THANKS