]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc-nits: support out of source execution
authorPauli <pauli@openssl.org>
Mon, 7 Jun 2021 02:38:25 +0000 (12:38 +1000)
committerPauli <pauli@openssl.org>
Tue, 8 Jun 2021 08:55:32 +0000 (18:55 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15637)

util/find-doc-nits

index 467f551093cdc93a9ebe9496865baebaf80ec040..7244c589e8c6297f743835731d963a5108c6f710 100755 (executable)
@@ -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 ( <OFH> ) {
         chop;