correct error in python detection batch file

svn path=/trunk/yasm/; revision=2293
This commit is contained in:
Brian Gladman 2010-02-23 08:56:20 +00:00
parent c85781d095
commit e6fd6d7af1
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ goto pyfound
goto pynotfound
:pyfound
if not exist run_py.bat goto notfound
if not exist run_py.bat goto pynotfound
echo ... building with Python ...
@echo on
call run_py.bat modules\arch\x86\gen_x86_insn.py

View file

@ -15,7 +15,7 @@ goto pyfound
goto pynotfound
:pyfound
if not exist run_py.bat goto notfound
if not exist run_py.bat goto pynotfound
echo ... building with Python ...
@echo on
call run_py.bat modules\arch\x86\gen_x86_insn.py