diff options
author | Mans Rullgard <mans@mansr.com> | 2011-01-21 19:05:07 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-01-21 20:47:58 +0000 |
commit | 93bb9ff08e533e30ceec2fa53a25483faf63f633 (patch) | |
tree | 80c5a08f50377a338561d14c1211d6c303d87e80 | |
parent | dccbd97d72991f4df63542e1ee03db2f8d7a0238 (diff) | |
download | ffmpeg-93bb9ff08e533e30ceec2fa53a25483faf63f633.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>
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1810,7 +1810,6 @@ tmpfile(){ } trap 'rm -f -- $TMPFILES' EXIT -trap exit HUP INT TERM tmpfile TMPC .c tmpfile TMPE $EXESUF |