This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ivan.Pozdeev
Recipients Ivan.Pozdeev
Date 2017-09-29.23:26:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506727593.1.0.213398074469.issue31645@psf.upfronthosting.co.za>
In-reply-to
Content
build_ssl.py:fix_makefile() removes "PERL=perl" line from externals\openssl-1.0.2j\ms\nt.mak .

This results in lots of calls like:

./util/copy-if-different.pl "<file1>" "<file2>"

(without the leading "perl")

Which opens the file in the program associates with the extension (Notepad by default) instead of executing it.

Since build_ssl.py:main():219 adds the found Perl into PATH, "PERL=perl" should be safe in all cases and there's no reason to omit it.
History
Date User Action Args
2017-09-29 23:26:33Ivan.Pozdeevsetrecipients: + Ivan.Pozdeev
2017-09-29 23:26:33Ivan.Pozdeevsetmessageid: <1506727593.1.0.213398074469.issue31645@psf.upfronthosting.co.za>
2017-09-29 23:26:33Ivan.Pozdeevlinkissue31645 messages
2017-09-29 23:26:33Ivan.Pozdeevcreate