Commit ba6a49e6 authored by Diego Biurrun's avatar Diego Biurrun

configure: Clean up temporary files on interrupt

parent 78489822
......@@ -2976,6 +2976,7 @@ tmpfile(){
}
trap 'rm -rf -- "$AVTMPDIR"' 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