From: Pauli Date: Mon, 7 Jun 2021 02:38:25 +0000 (+1000) Subject: doc-nits: support out of source execution X-Git-Tag: openssl-3.0.0-beta1~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7a19d6402fa7dd73f323b8b15a946ed3ec42efb;p=thirdparty%2Fopenssl.git doc-nits: support out of source execution Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15637) --- diff --git a/util/find-doc-nits b/util/find-doc-nits index 467f551093c..7244c589e8c 100755 --- a/util/find-doc-nits +++ b/util/find-doc-nits @@ -1139,7 +1139,7 @@ if ( $opt_c ) { # Get the lists of generic options. my $active = ""; - open OFH, "apps/include/opt.h" + open OFH, catdir($config{sourcedir}, "apps/include/opt.h") or die "Can't open apps/include/opt.h to list generic options, $!"; while ( ) { chop;