diff options
Diffstat (limited to 'pysynphot/build.sh')
-rw-r--r-- | pysynphot/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pysynphot/build.sh b/pysynphot/build.sh index 4b71885..5a5aeeb 100644 --- a/pysynphot/build.sh +++ b/pysynphot/build.sh @@ -1,2 +1 @@ - -python setup.py install || exit 1
\ No newline at end of file +$PYTHON setup.py install |