diff options
Diffstat (limited to 'stsci.convolve/bld.bat')
-rw-r--r-- | stsci.convolve/bld.bat | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stsci.convolve/bld.bat b/stsci.convolve/bld.bat index 976d3b9..7fba400 100644 --- a/stsci.convolve/bld.bat +++ b/stsci.convolve/bld.bat @@ -1,5 +1,3 @@ -if errorlevel 1 exit 1 -python setup.py install -if errorlevel 1 exit 1
\ No newline at end of file +%PYTHON% setup.py install |