[yt-svn] commit/yt: brittonsmith: Changing to use DEST_DIR instead of YT_DEST in install script for

Bitbucket commits-noreply at bitbucket.org
Wed Jan 23 05:00:14 PST 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/a0f7a5f85718/
changeset:   a0f7a5f85718
branch:      yt
user:        brittonsmith
date:        2013-01-23 13:50:02
summary:     Changing to use DEST_DIR instead of YT_DEST in install script for
writing out the time that dependencies were updated.  If the install
script is being run for the first time, YT_DEST is not set and so this
doesn't work.
affected #:  1 file

diff -r 193cc2c5760c02dabdc998d645c94e8bb082fb16 -r a0f7a5f857189b4cea206d7c0ad019e08c6a50c3 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -850,5 +850,5 @@
 print_afterword
 print_afterword >> ${LOG_FILE}
 
-echo "yt dependencies were last updated on" > ${YT_DEST}/.yt_update
-date >> ${YT_DEST}/.yt_update
+echo "yt dependencies were last updated on" > ${DEST_DIR}/.yt_update
+date >> ${DEST_DIR}/.yt_update

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