diff options
Diffstat (limited to 'pyraf/build.sh')
-rw-r--r-- | pyraf/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyraf/build.sh b/pyraf/build.sh index 3974e86..08480f2 100644 --- a/pyraf/build.sh +++ b/pyraf/build.sh @@ -12,4 +12,4 @@ set +e fi fi -python setup.py install || exit 1 +$PYTHON setup.py install |