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