[yt-svn] commit/yt: atmyers: fixing an issue where the first additional argument was getting dropped before the args were passed into setup.py in the install script

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Feb 3 05:46:09 PST 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/ff3258d638cd/
Changeset:   ff3258d638cd
Branch:      yt-3.0
User:        atmyers
Date:        2014-02-02 20:30:01
Summary:     fixing an issue where the first additional argument was getting dropped before the args were passed into setup.py in the install script
Affected #:  1 file

diff -r 6120c77c828f195f8691806fc724bb730fe90680 -r ff3258d638cd28886685094651ab13368ba16aec doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -503,10 +503,8 @@
     cd $LIB
     if [ ! -z `echo $LIB | grep h5py` ]
     then
-        shift
 	( ${DEST_DIR}/bin/python2.7 setup.py build --hdf5=${HDF5_DIR} $* 2>&1 ) 1>> ${LOG_FILE} || do_exit
     else
-        shift
         ( ${DEST_DIR}/bin/python2.7 setup.py build   $* 2>&1 ) 1>> ${LOG_FILE} || do_exit
     fi
     ( ${DEST_DIR}/bin/python2.7 setup.py install    2>&1 ) 1>> ${LOG_FILE} || do_exit

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