Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3407dfb commit b15d1a7Copy full SHA for b15d1a7
1 file changed
PCbuild/build_ssl.py
@@ -46,7 +46,7 @@ def find_all_on_path(filename, extras = None):
46
# is available.
47
def find_working_perl(perls):
48
for perl in perls:
49
- fh = os.popen('""%s" -e "use Win32;""' % perl)
+ fh = os.popen('"%s" -e "use Win32;"' % perl)
50
fh.read()
51
rc = fh.close()
52
if rc:
0 commit comments