Module: libav
Branch: master
Commit: ba6a49e60bdd61b6d02c2b26daa01942c35f39cc

Author:    Diego Biurrun <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Sun Sep 21 11:48:21 2014 +0200

configure: Clean up temporary files on interrupt

---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index a46e670..9c277fa 100755
--- a/configure
+++ b/configure
@@ -2976,6 +2976,7 @@ tmpfile(){
 }
 
 trap 'rm -rf -- "$AVTMPDIR"' EXIT
+trap 'exit 2' INT
 
 tmpfile TMPASM .asm
 tmpfile TMPC   .c

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to