From: Daniel Stenberg Date: Tue, 30 Jul 2024 10:14:48 +0000 (+0200) Subject: contrithanks.sh: use -F with -v to match lines as strings X-Git-Tag: curl-8_9_1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e358a6e542b4a73545a68bffe856ba657fc67903;p=thirdparty%2Fcurl.git contrithanks.sh: use -F with -v to match lines as strings Makes names involving [brackets] work. --- diff --git a/scripts/contrithanks.sh b/scripts/contrithanks.sh index f60961762c..2afc30c244 100755 --- a/scripts/contrithanks.sh +++ b/scripts/contrithanks.sh @@ -70,4 +70,4 @@ cat ./docs/THANKS } | \ sed -f ./docs/THANKS-filter | \ sort -fu | \ -grep -aixvf ./docs/THANKS +grep -aixvFf ./docs/THANKS