[yt-svn] commit/yt: MatthewTurk: Adding -L to follow redirects, for instance for embree.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Jun 14 12:11:28 PDT 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/d62475df07a5/
Changeset:   d62475df07a5
Branch:      yt
User:        MatthewTurk
Date:        2016-06-14 18:05:15+00:00
Summary:     Adding -L to follow redirects, for instance for embree.
Affected #:  1 file

diff -r 1ab1c4af79c3e4db88472108434465d27e63265f -r d62475df07a54fba4396d34aa339ce1ef05939ae doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -704,7 +704,7 @@
 if type -P curl &>/dev/null
 then
     echo "Using curl"
-    export GETFILE="curl -sSO"
+    export GETFILE="curl -sSOL"
 else
     echo "Using wget"
     export GETFILE="wget -nv"

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