This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fate: remove unused variable in fate.sh
Originally committed as revision 24870 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård
15 years ago
parent
78b5c97d3e
commit
b56a9c8eef
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
tests/fate.sh
+ 0
- 1
tests/fate.sh
View File
@@ -94,7 +94,6 @@ cd ${workdir} || die "cd ${workdir} failed"
src=${workdir}/src
build=${workdir}/build
inst=${workdir}/install
report=tests/data/fate/report
test -d "$src" && update || checkout || die "Error fetching source"
Write
Preview
Loading…
Cancel
Save