Commit 8226e977 authored by Måns Rullgård's avatar Måns Rullgård

fate: allow specifying relative path to config file in fate.sh

Originally committed as revision 24866 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3d6bd1c7
......@@ -9,7 +9,7 @@ die(){
test -r "$config" || die "usage: fate.sh <config>"
workdir=$(dirname $config)
workdir=$(cd $(dirname $config) && pwd)
make=make
tar='tar c'
......
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