diff options
Diffstat (limited to 'PCbuild/build_ssl.py')
-rw-r--r-- | PCbuild/build_ssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/build_ssl.py b/PCbuild/build_ssl.py index a369a64ed7..8f485a2580 100644 --- a/PCbuild/build_ssl.py +++ b/PCbuild/build_ssl.py @@ -118,7 +118,7 @@ def main(): # all outputs (debug/nondebug/dll/lib). So we filter the file # to exclude any "nmake" commands and then execute. tempname = "ms\\32all_py.bat" - + in_bat = open("ms\\32all.bat") temp_bat = open(tempname,"w") while 1: |