提交 fb9ad099 authored 作者: Ken Rice's avatar Ken Rice

make curl call in getlib.sh follow 301 redirects

上级 861c4e9c
......@@ -11,7 +11,7 @@ CURL=@CURL@
if [ -f "$WGET" ]; then
DOWNLOAD_CMD=$WGET
elif [ -f "$CURL" ]; then
DOWNLOAD_CMD="$CURL -O"
DOWNLOAD_CMD="$CURL -L -O"
fi
if [ -n "`echo $1 | grep '://'`" ]; then
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论