]> granicus.if.org Git - xz/commit
Avoid unneeded use of awk in xzless.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 5 Mar 2013 17:14:50 +0000 (19:14 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 5 Mar 2013 17:14:50 +0000 (19:14 +0200)
commit9e6dabcf22ef4679f4faaae15ebd5b137ae2fad1
tree878caf474e9ad85517aef81b16ca36c73faba8d6
parente7b424d267a34803db8d92a3515528be2ed45abd
Avoid unneeded use of awk in xzless.

Use "read" instead of "awk" in xzless to get the version
number of "less". The need for awk was introduced in
the commit db5c1817fabf7cbb9e4087b1576eb26f0747338e.

Thanks to Ariel P for the patch.
src/scripts/xzless.in