1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-12 12:25:32 +02:00

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)
This commit is contained in:
Mans Rullgard 2011-01-21 19:05:07 +00:00 committed by Michael Niedermayer
parent 6e89b61293
commit 3df0297567

1
configure vendored
View File

@ -1811,7 +1811,6 @@ tmpfile(){
}
trap 'rm -f -- $TMPFILES' EXIT
trap exit HUP INT TERM
tmpfile TMPC .c
tmpfile TMPE $EXESUF