mirror of
https://github.com/curl/curl.git
synced 2026-05-13 22:26:20 +03:00
contrithanks.sh: use -F with -v to match lines as strings
Makes names involving [brackets] work.
This commit is contained in:
parent
f6f49a4627
commit
e358a6e542
1 changed files with 1 additions and 1 deletions
|
|
@ -70,4 +70,4 @@ cat ./docs/THANKS
|
|||
} | \
|
||||
sed -f ./docs/THANKS-filter | \
|
||||
sort -fu | \
|
||||
grep -aixvf ./docs/THANKS
|
||||
grep -aixvFf ./docs/THANKS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue