Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xz: Move suffix check after stdout mode is detected.
This fixes a bug introduced in cc5aa9a when the suffix check was initially moved. This caused a situation that previously worked: echo foo | xz -Fraw --lzma1 | wc -c to fail because the old code knew that this would write to standard out so a suffix was not needed.
- Loading branch information