diff options
author | Mans Rullgard <mans@mansr.com> | 2011-01-21 19:05:07 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-01-23 19:32:06 +0100 |
commit | 3df02975674af91a726a6ac5e5da01f15d1f85ad (patch) | |
tree | 68fb082068f68d817609530fbd4f42ae04bfc312 /configure | |
parent | 6e89b61293f8c1020e0346f1e1860bd642ce38e0 (diff) | |
download | ffmpeg-3df02975674af91a726a6ac5e5da01f15d1f85ad.tar.gz |
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-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1811,7 +1811,6 @@ tmpfile(){ } trap 'rm -f -- $TMPFILES' EXIT -trap exit HUP INT TERM tmpfile TMPC .c tmpfile TMPE $EXESUF |