From 5de4ee524bc6a1514d7c557d816929feb0ac6490 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 31 Jan 2010 13:53:55 +0000 Subject: [PATCH] Get curl to follow redirects when downloading docbook files. [SVN r59377] --- setup_boostbook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_boostbook.sh b/setup_boostbook.sh index b63d16f..da1a9fc 100644 --- a/setup_boostbook.sh +++ b/setup_boostbook.sh @@ -13,7 +13,7 @@ FOP_VERSION=0.94 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-------------------------------------