From e358a6e542b4a73545a68bffe856ba657fc67903 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 30 Jul 2024 12:14:48 +0200 Subject: [PATCH] contrithanks.sh: use -F with -v to match lines as strings Makes names involving [brackets] work. --- scripts/contrithanks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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