From 93bb9ff08e533e30ceec2fa53a25483faf63f633 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Fri, 21 Jan 2011 19:05:07 +0000 Subject: [PATCH] configure: simplify exit traps This does the same thing and also fixes the trapping in some (possibly broken) shells. Suggested by Michael Kostylev. Signed-off-by: Mans Rullgard --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index aa05979791..0f1c62d683 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