$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59378 - branches/release/tools/boostbook
From: daniel_james_at_[hidden]
Date: 2010-01-31 09:00:27
Author: danieljames
Date: 2010-01-31 09:00:27 EST (Sun, 31 Jan 2010)
New Revision: 59378
URL: http://svn.boost.org/trac/boost/changeset/59378
Log:
Handle redirections when downloading docbook files.
Properties modified: 
   branches/release/tools/boostbook/   (props changed)
Text files modified: 
   branches/release/tools/boostbook/setup_boostbook.sh |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/tools/boostbook/setup_boostbook.sh
==============================================================================
--- branches/release/tools/boostbook/setup_boostbook.sh	(original)
+++ branches/release/tools/boostbook/setup_boostbook.sh	2010-01-31 09:00:27 EST (Sun, 31 Jan 2010)
@@ -13,7 +13,7 @@
 FOP_JDK_VERSION=1.4
 FOP_MIRROR=http://mirrors.ibiblio.org/pub/mirrors/apache/xmlgraphics/fop/binaries
 SOURCEFORGE_MIRROR=http://dl.sourceforge.net
-HTTP_GET_CMD="curl -O"
+HTTP_GET_CMD="curl -O -L"
 
 # No user configuration below this point-------------------------------------