summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-01-21 19:05:07 +0000
committerMans Rullgard <mans@mansr.com>2011-01-21 20:47:58 +0000
commit93bb9ff08e533e30ceec2fa53a25483faf63f633 (patch)
tree80c5a08f50377a338561d14c1211d6c303d87e80
parentdccbd97d72991f4df63542e1ee03db2f8d7a0238 (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>
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
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