aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/xzmore.in (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-11Scripts: Ignore warnings from xz.Lasse Collin1-2/+2
In practice this means making the scripts work when the input files have an unsupported check type which isn't a problem in practice unless support for some check types has been disabled at build time.
2022-07-18Scripts: Use printf instead of echo in a few places.Lasse Collin1-4/+4
It's a good habbit as echo has some portability corner cases when the string contents can be anything.
2019-09-24Scripts: Put /usr/xpg4/bin to the beginning of PATH on Solaris.Lasse Collin1-0/+1
This adds a configure option --enable-path-for-scripts=PREFIX which defaults to empty except on Solaris it is /usr/xpg4/bin to make POSIX grep and others available. The Solaris case had been documented in INSTALL with a manual fix but it's better to do this automatically since it is needed on most Solaris systems anyway. Thanks to Daniel Richard G.
2009-07-05Major update to the xzgrep and other scripts based onLasse Collin1-0/+78
the latest versions found from gzip CVS repository. configure will try to find a POSIX shell to be used by the scripts. This should ease portability on systems which have pre-POSIX /bin/sh. xzgrep and xzdiff support .xz, .lzma, .gz, and .bz2 files. xzmore and xzless support only .xz and .lzma files. The name of the xz executable used in these scripts is now correct even if --program-transform-name has been used.