summaryrefslogtreecommitdiff
path: root/parsley
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-06-07 15:50:37 -0400
committerGitHub <noreply@github.com>2017-06-07 15:50:37 -0400
commitf767622b344a6f1f524239d2744e829c39b10e4c (patch)
treed10c270a95accccea93d0505960c1917ae08f465 /parsley
parent45b1193137c0d41df40a7042876668f876740db5 (diff)
downloadastroconda-dev-f767622b344a6f1f524239d2744e829c39b10e4c.tar.gz
parsley: truncate READMEjwst_0.7.8rc1
unicode characters breaking the build
Diffstat (limited to 'parsley')
-rw-r--r--parsley/build.sh4
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