]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix util/find-doc-nits' environment variable check exceptions
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Sep 2025 09:23:26 +0000 (11:23 +0200)
committerNeil Horman <nhorman@openssl.org>
Thu, 30 Oct 2025 12:12:06 +0000 (08:12 -0400)
commit29fa220a36012b94923e8bc0d9b048688aab9f27
tree677c65ba400abb68c1918a1a540e973d3931786c
parentabfb3cc4f17038c25fe35127d531730eaf8114ec
Fix util/find-doc-nits' environment variable check exceptions

Some files in @except_env_files are located in the build directory,
not the source directory.

Furthermore, because the files and directories in @except_dirs and
@except_env_files may look different than the elements in what find()
returns, realpath() must be used to ensure that file name comparison
matches when it should.

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