Commit 3afd355d authored by alex's avatar alex

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4690 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bd881c41
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment