mirror of
https://github.com/curl/curl.git
synced 2026-08-01 00:08:09 +03:00
cmakeopts.sh tidy up regex
This commit is contained in:
parent
bb1391feb2
commit
8762fbd72a
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ cd -- "$(dirname "$0")"/..
|
|||
|
||||
anyerr=0
|
||||
while read -r opt; do
|
||||
if ! grep -q -F -- "- \`$opt\`: " docs/INSTALL-CMAKE.md; then
|
||||
if ! grep -q -F "^- \`$opt\`: " docs/INSTALL-CMAKE.md; then
|
||||
echo "CMake option missing from documentation: '$opt'"
|
||||
anyerr=1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue