ulikunitz/xz

-f option: CTRL-C during compression or decompression removes target file

ulikunitz opened this issue · 1 comments

The -f option allows overwriting of the target file. Currently the target file is removed before the compression has been completed. So interrupting the process with CTRL-C removes the target file, which is unexpected.

Commit f264d79 fixes the issue.