The branch OpenSSL_1_1_0-stable has been updated
       via  a3b56f2f43b4f405a7023f055520075e327501bd (commit)
      from  8d92311c50e58dee074bbbf7fa390e592ee8df77 (commit)


- Log -----------------------------------------------------------------
commit a3b56f2f43b4f405a7023f055520075e327501bd
Author: Rich Salz <[email protected]>
Date:   Sat Mar 11 10:28:45 2017 -0500

    Handle find-doc-nits script rename
    
    Reviewed-by: Richard Levitte <[email protected]>
    (cherry picked from commit a3b0d466930ec45bc3ddf4c9e853d73d37783f44)

-----------------------------------------------------------------------

Summary of changes:
 Configurations/unix-Makefile.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configurations/unix-Makefile.tmpl 
b/Configurations/unix-Makefile.tmpl
index 6df1cce..2cc37cd 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -582,7 +582,7 @@ generate: generate_apps generate_crypto_bn 
generate_crypto_objects \
           generate_crypto_conf generate_crypto_asn1
 
 doc-nits:
-       (cd $(SRCDIR); $(PERL) util/find-doc-nits.pl -n ) >doc-nits
+       (cd $(SRCDIR); $(PERL) util/find-doc-nits -n ) >doc-nits
        if [ -s doc-nits ] ; then cat doc-nits; rm doc-nits ; exit 1; fi
 
 # Test coverage is a good idea for the future
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to