diff options
Diffstat (limited to 'acstools/bld.bat')
-rw-r--r-- | acstools/bld.bat | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/acstools/bld.bat b/acstools/bld.bat index 98bf5c5..39b5e1f 100644 --- a/acstools/bld.bat +++ b/acstools/bld.bat @@ -1,2 +1 @@ -python setup.py install || exit 1 -if errorlevel 1 exit 1 +%PYTHON% setup.py install |