[FFmpeg-devel] [PATCH] configure: simplify exit traps

Mans Rullgard mans
Fri Jan 21 20:05:16 CET 2011


This does the same thing and also fixes the trapping in
some (possibly broken) shells.

Suggested by Michael Kostylev.

Signed-off-by: Mans Rullgard <mans at mansr.com>
---
 configure |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index aa05979..0f1c62d 100755
--- a/configure
+++ b/configure
@@ -1810,7 +1810,6 @@ tmpfile(){
 }
 
 trap 'rm -f -- $TMPFILES' EXIT
-trap exit HUP INT TERM
 
 tmpfile TMPC  .c
 tmpfile TMPE  $EXESUF
-- 
1.7.3.5




More information about the ffmpeg-devel mailing list