Commit a8ad127a authored by Clément Bœsch's avatar Clément Bœsch

Merge commit 'ba6a49e6'

* commit 'ba6a49e6':
  configure: Clean up temporary files on interrupt
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents 091c9860 ba6a49e6
......@@ -3788,6 +3788,7 @@ tmpfile(){
}
trap 'rm -rf -- "$FFTMPDIR"' EXIT
trap 'exit 2' INT
tmpfile TMPASM .asm
tmpfile TMPC .c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment