[FFmpeg-cvslog] fate: some shells parse $11 as ${1}1
Michael Niedermayer
git at videolan.org
Tue Aug 16 00:50:41 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Aug 16 00:29:09 2011 +0200| [6322bc0b906350a49fdb73defbf179e06b10335e] | committer: Michael Niedermayer
fate: some shells parse $11 as ${1}1
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6322bc0b906350a49fdb73defbf179e06b10335e
---
tests/fate-run.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index ef0550d..c35d0ab 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -17,7 +17,7 @@ ref=${7:-"${base}/ref/fate/${test}"}
fuzz=$8
threads=${9:-1}
thread_type=${10:-3}
-tool=$11
+tool=${11}
outdir="tests/data/fate"
outfile="${outdir}/${test}"
More information about the ffmpeg-cvslog
mailing list