提交 bf40937b 编写于 作者: A Alex Beregszaszi

remove -e debug=off, unsupported my some wget versions (1.9), and doesnt makes any difference

Originally committed as revision 4690 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 2fde8aae
......@@ -24,7 +24,7 @@ sleep 2
(
cd data || exit $?
rm -f ff-*;
WGET_OPTIONS="--user-agent=NSPlayer -q --proxy=off -e verbose=off -e debug=off -e server_response=off"
WGET_OPTIONS="--user-agent=NSPlayer -q --proxy=off -e verbose=off -e server_response=off"
for file in $FILES; do
if [ `expr match $file "a-*"` -ne 0 ]; then
wget $WGET_OPTIONS --output-document=- http://localhost:9999/$file > ff-$file &
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册