]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix util/find-doc-nits' check_env_vars to look for files with 'git ls-files'
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Sep 2025 10:04:41 +0000 (12:04 +0200)
committerNeil Horman <nhorman@openssl.org>
Thu, 30 Oct 2025 12:12:06 +0000 (08:12 -0400)
commit4da42df5d332987fd01d259e5c77d57be432bd84
treeeb7a8a77df4af0ec24ef110f1718fda8e7f61a80
parent56d138ec3d0fc77630b5ed8dcced3539018294e1
Fix util/find-doc-nits' check_env_vars to look for files with 'git ls-files'

If that fails, it will fall back to finding the files with Find::file.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28601)
util/find-doc-nits