[yt-svn] commit/yt: atmyers: fixing a syntax error in the install script

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Oct 7 23:36:54 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/7ae8714f591e/
Changeset:   7ae8714f591e
Branch:      yt
User:        atmyers
Date:        2014-10-08 06:21:33+00:00
Summary:     fixing a syntax error in the install script
Affected #:  1 file

diff -r 0f7b97ccc551773ca725ba3209d0364b391793af -r 7ae8714f591e4c724f7f635bcddb2377cf20b5b3 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -987,6 +987,7 @@
 if !( ( ${DEST_DIR}/bin/python2.7 -c "import readline" 2>&1 )>> ${LOG_FILE})
 then
     if !( ( ${DEST_DIR}/bin/python2.7 -c "import gnureadline" 2>&1 )>> ${LOG_FILE})
+    then
         echo "Installing pure-python readline"
         ( ${DEST_DIR}/bin/pip install gnureadline 2>&1 ) 1>> ${LOG_FILE}
     fi

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list