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
This commit is contained in:
Alex Beregszaszi 2005-11-13 00:41:44 +00:00
parent 2fde8aaeba
commit bf40937bf9

View File

@ -24,7 +24,7 @@ sleep 2
( (
cd data || exit $? cd data || exit $?
rm -f ff-*; 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 for file in $FILES; do
if [ `expr match $file "a-*"` -ne 0 ]; then if [ `expr match $file "a-*"` -ne 0 ]; then
wget $WGET_OPTIONS --output-document=- http://localhost:9999/$file > ff-$file & wget $WGET_OPTIONS --output-document=- http://localhost:9999/$file > ff-$file &