Rodrigo Campos wrote:
Also, this patch changes "--stdout" which "Write output on standard output; keep original files unchanged" to imply "-k"
I think this is a bug. "to_stdout" and "keep" should be kept separate, or else "gzip -l" could delete the input file.
- if (!to_stdout) + if (!to_stdout && !keep)