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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Oct 12 10:06:45 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/a119d0a54bfe/
Changeset:   a119d0a54bfe
Branch:      stable
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 7a0e5983e8a4efbf37b2a92b6a7d7fce7a4c5402 -r a119d0a54bfeb84f0be77c0bd08d5099fc9d956b 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