You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
fate.sh: Ignore errors from rm command during cleanup.
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.
This commit is contained in:
@@ -70,7 +70,7 @@ fate()(
|
||||
)
|
||||
|
||||
clean(){
|
||||
rm -r ${build} ${inst}
|
||||
rm -rf ${build} ${inst}
|
||||
}
|
||||
|
||||
report(){
|
||||
|
Reference in New Issue
Block a user