Diego Biurrun <[email protected]> writes: > The install directory being deleted might not be present if the build failed. > This can lead to annoying error output if the FATE client is run as a cronjob. > --- > tests/fate.sh | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tests/fate.sh b/tests/fate.sh > index df53192..7519a06 100755 > --- a/tests/fate.sh > +++ b/tests/fate.sh > @@ -70,7 +70,7 @@ fate()( > ) > > clean(){ > - rm -r ${build} ${inst} > + rm -rf ${build} ${inst} > } > > report(){ > --
OK -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
