From 3df02975674af91a726a6ac5e5da01f15d1f85ad Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Fri, 21 Jan 2011 19:05:07 +0000 Subject: 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 (cherry picked from commit 93bb9ff08e533e30ceec2fa53a25483faf63f633) --- configure | 1 - 1 file changed, 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 08912283f2..d6694c717a 100755 --- a/configure +++ b/configure @@ -1811,7 +1811,6 @@ tmpfile(){ } trap 'rm -f -- $TMPFILES' EXIT -trap exit HUP INT TERM tmpfile TMPC .c tmpfile TMPE $EXESUF -- cgit v1.2.3