]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
contrithanks.sh: exclude existing names case insensitively
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 May 2016 08:07:48 +0000 (10:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 May 2016 08:07:48 +0000 (10:07 +0200)
scripts/contrithanks.sh

index 63073042b0c2799c4841bfcaa58756491ca33c3a..6ca7e832ed27ad59753db05eac19ff19ebc59dd3 100755 (executable)
@@ -54,4 +54,4 @@ sed 's/^ *//'
 sed -f ./docs/THANKS-filter | \
 grep -a ' ' | \
 sort -fu | \
-grep -axvf ./docs/THANKS
+grep -aixvf ./docs/THANKS