From f767622b344a6f1f524239d2744e829c39b10e4c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 7 Jun 2017 15:50:37 -0400 Subject: parsley: truncate README unicode characters breaking the build --- parsley/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parsley/build.sh') 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 -- cgit