]> icculus.org git repositories - icculus/xz.git/commit
Major update to the xzgrep and other scripts based on
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 5 Jul 2009 19:25:17 +0000 (22:25 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 5 Jul 2009 19:25:17 +0000 (22:25 +0300)
commit96e4b257e101d72072d43e144897d92920270669
tree5f1852c0c90b41b66dd0b24ba8719b68cea5d048
parent25cc7a6e8c2506a0d80084a4c1c67d33e7439100
Major update to the xzgrep and other scripts based on
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.
14 files changed:
configure.ac
m4/posix-shell.m4 [new file with mode: 0644]
src/scripts/Makefile.am
src/scripts/xzdiff [deleted file]
src/scripts/xzdiff.1
src/scripts/xzdiff.in [new file with mode: 0644]
src/scripts/xzgrep [deleted file]
src/scripts/xzgrep.1
src/scripts/xzgrep.in [new file with mode: 0644]
src/scripts/xzless.1 [new file with mode: 0644]
src/scripts/xzless.in [new file with mode: 0644]
src/scripts/xzmore [deleted file]
src/scripts/xzmore.1
src/scripts/xzmore.in [new file with mode: 0644]