+ ct_xz,
+ ct_zstd
there should be a comma after ct_zstd. compilers can accept this now.
You are missing concatenation -A support. Zstd has special compatibility with
concatenation
(read the man page)
and as such you should change the tar man page to document that -A works with
zstd, and mak
+ ct_xz,
+ ct_zstd
there should be a comma after ct_zstd. compilers can accept this now.
You are missing concatenation -A support. Zstd has special compatibility with
concatenation
(read the man page)
and as such you should change the tar man
On Mon, Nov 27, 2017 at 09:28:07AM -0800, Shawn Landden wrote:
> + ct_xz,
> + ct_zstd
>
> there should be a comma after ct_zstd. compilers can accept this now.
Yeah, that's much nicer for diffs. I wanted to follow the old code, but
you're right here.
> You are missing concatenation -A support