Browse Source

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 93bb9ff08e)
tags/n0.8
Mans Rullgard Michael Niedermayer 14 years ago
parent
commit
3df0297567
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      configure

+ 0
- 1
configure View File

@@ -1811,7 +1811,6 @@ tmpfile(){
}

trap 'rm -f -- $TMPFILES' EXIT
trap exit HUP INT TERM

tmpfile TMPC .c
tmpfile TMPE $EXESUF


Loading…
Cancel
Save