The cause is the verbose output of less -V.
So, I fixed with

diff /usr/bin/xzless /tmp/xzless
49c49
< if test "$(less -V | { read ver && echo ${ver#less }; })" -ge 429; then
---
> if test "$(less -V | awk '{if (NR ==1) print $2}')" -ge 429; then

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1248044

Title:
  xzless report an error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xz-utils/+bug/1248044/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to