diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-07 15:50:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-07 15:50:37 -0400 |
commit | f767622b344a6f1f524239d2744e829c39b10e4c (patch) | |
tree | d10c270a95accccea93d0505960c1917ae08f465 | |
parent | 45b1193137c0d41df40a7042876668f876740db5 (diff) | |
download | astroconda-dev-f767622b344a6f1f524239d2744e829c39b10e4c.tar.gz |
parsley: truncate READMEjwst_0.7.8rc1
unicode characters breaking the build
-rw-r--r-- | parsley/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parsley/build.sh b/parsley/build.sh index 4b71885..26f5f99 100644 --- a/parsley/build.sh +++ b/parsley/build.sh @@ -1,2 +1,2 @@ - -python setup.py install || exit 1
\ No newline at end of file +echo > README +python setup.py install |