diff options
Diffstat (limited to 'ginga/build.sh')
-rw-r--r-- | ginga/build.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ginga/build.sh b/ginga/build.sh index d0bc088..8c640a4 100644 --- a/ginga/build.sh +++ b/ginga/build.sh @@ -1,3 +1,4 @@ - +# README has invalid unicode characters echo > README.txt -python setup.py install || exit 1
\ No newline at end of file + +$PYTHON setup.py install |