[yt-svn] commit/yt: brittonsmith: Fixing convention in install script that only works for bash version

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Aug 19 11:31:42 PDT 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/fe8d9d1ca9dc/
Changeset:   fe8d9d1ca9dc
Branch:      yt
User:        brittonsmith
Date:        2013-08-19 20:28:43
Summary:     Fixing convention in install script that only works for bash version
greater than 4.0.
Affected #:  1 file

diff -r 622c23da642d4f1d56f61cde3386ef60e2b4e158 -r fe8d9d1ca9dc381ac971396b1382c659101e8c0a doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -832,7 +832,7 @@
 	    echo "Building BLAS"
 	    cd BLAS
 	    gfortran -O2 -fPIC -fno-second-underscore -c *.f
-	    ar r libfblas.a *.o &>> ${LOG_FILE}
+	    ar r libfblas.a *.o 1>> ${LOG_FILE}
 	    ranlib libfblas.a 1>> ${LOG_FILE}
 	    rm -rf *.o
 	    touch done

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