mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
fate: allow specifying relative path to config file in fate.sh
Originally committed as revision 24866 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3d6bd1c797
commit
8226e9779d
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue