[yt-svn] commit/yt: chummels: Fixing a bug with bash syntax in the installer. Without this fix, installer would complain to user (and potentially not install scipy when commanded).

Bitbucket commits-noreply at bitbucket.org
Wed Feb 6 11:28:21 PST 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/1c065528fa5d/
changeset:   1c065528fa5d
branch:      yt
user:        chummels
date:        2013-02-06 20:27:56
summary:     Fixing a bug with bash syntax in the installer.  Without this fix, installer would complain to user (and potentially not install scipy when commanded).
affected #:  1 file

diff -r baa302b0a405e216216c5de985526022476fdc48 -r 1c065528fa5d87e279cd734cb32e753edc3af90f doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -261,7 +261,7 @@
         echo " to avoid conflicts with other command-line programs "
         echo " (like eog and evince, for example)."
     fi
-    if [$INST_SCIPY -eq 1]
+    if [ $INST_SCIPY -eq 1 ]
     then
 	echo
 	echo "Looks like you've requested that the install script build SciPy."

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