]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
contrithanks.sh: use -F with -v to match lines as strings
authorDaniel Stenberg <daniel@haxx.se>
Tue, 30 Jul 2024 10:14:48 +0000 (12:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 30 Jul 2024 10:17:00 +0000 (12:17 +0200)
Makes names involving [brackets] work.

scripts/contrithanks.sh

index f60961762c8cd1ca8796a0841a93a7a91196f12d..2afc30c24406f46779f0490649c808789a381722 100755 (executable)
@@ -70,4 +70,4 @@ cat ./docs/THANKS
 } | \
 sed -f ./docs/THANKS-filter | \
 sort -fu | \
-grep -aixvf ./docs/THANKS
+grep -aixvFf ./docs/THANKS