1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

configure: Clean up temporary files on interrupt

This commit is contained in:
Diego Biurrun 2014-09-21 11:48:21 +02:00
parent 7848982207
commit ba6a49e60b

1
configure vendored
View File

@ -2976,6 +2976,7 @@ tmpfile(){
}
trap 'rm -rf -- "$AVTMPDIR"' EXIT
trap 'exit 2' INT
tmpfile TMPASM .asm
tmpfile TMPC .c