Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-05-20 17:50:28 +0300
committerClément Bœsch <u@pkh.me>2017-05-20 17:50:28 +0300
commita8ad127a63ab6348050bfade358facae68f39a2a (patch)
tree8e377b9523982859fc18bafa1088deb5ebc1e1de /configure
parent091c9860559e4d33179747c5d651bc9e31bd76eb (diff)
parentba6a49e60bdd61b6d02c2b26daa01942c35f39cc (diff)
Merge commit 'ba6a49e60bdd61b6d02c2b26daa01942c35f39cc'
* commit 'ba6a49e60bdd61b6d02c2b26daa01942c35f39cc': configure: Clean up temporary files on interrupt Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index aa89d2d1d8..e6aba0d88d 100755
--- a/configure
+++ b/configure
@@ -3788,6 +3788,7 @@ tmpfile(){
}
trap 'rm -rf -- "$FFTMPDIR"' EXIT
+trap 'exit 2' INT
tmpfile TMPASM .asm
tmpfile TMPC .c