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