提交 9c3d33c6 authored 作者: Ken Rice's avatar Ken Rice

Merge branch 'master' into v1.4

......@@ -9,7 +9,7 @@ if [ -f "$WGET" ] ; then
DOWNLOAD_CMD=$WGET
else
if [ -f "$CURL" ] ; then
DOWNLOAD_CMD="$CURL -O"
DOWNLOAD_CMD="$CURL -L -O"
fi
fi
......
......@@ -12,7 +12,7 @@ if [ -x "$WGET" ]; then
DOWNLOAD_CMD=$WGET
fi
if [ "x${DOWNLOAD_CMD}" = "x" -a -x "$CURL" ] ; then
DOWNLOAD_CMD="$CURL -O"
DOWNLOAD_CMD="$CURL -L -O"
fi
base=http://files.freeswitch.org/
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论