summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-01-21 19:05:07 +0000
committerMichael Niedermayer <michaelni@gmx.at>2011-01-23 19:32:06 +0100
commit3df02975674af91a726a6ac5e5da01f15d1f85ad (patch)
tree68fb082068f68d817609530fbd4f42ae04bfc312 /configure
parent6e89b61293f8c1020e0346f1e1860bd642ce38e0 (diff)
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 <mans@mansr.com> (cherry picked from commit 93bb9ff08e533e30ceec2fa53a25483faf63f633)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
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