On 3/14/17 15:25, Paul Eggert wrote:
On 03/14/2017 05:03 AM, Denys Zagorui wrote:
Hello, thank you for reply. I'd not attach patch for zless. This
patch only for tests/zdiff test, with this patch this test
(tests/zdiff) work with diff from busybox and diff from diffutils
Sorry, I don't unders
On 03/14/2017 05:03 AM, Denys Zagorui wrote:
Hello, thank you for reply. I'd not attach patch for zless. This patch
only for tests/zdiff test, with this patch this test (tests/zdiff)
work with diff from busybox and diff from diffutils
Sorry, I don't understand.
I don't think my change to zles
Hello, thank you for reply. 'less' from busybox has another version
managment, so it's not help
Denys Zagorui
GlobalLogic
Kyiv, 03038, Protasov Business Park, N.Grinchenka, 2/1
M +380.67.317.30.93
www.globallogic.com
http://www.globallogic.com/email_disclaimer.txt
14 марта 2017 01:53 пользовател
On 13 Mar 2017 16:43, Paul Eggert wrote:
> Thanks, I installed the attached patch to attempt to work around the
> problems you reported.
>
> Could you please explain how ignoring the 'less -V' failure causes zless
> to work on BusyBox? BusyBox 'less' ignores the LESSOPEN environment
> variable,
Thanks, I installed the attached patch to attempt to work around the
problems you reported.
Could you please explain how ignoring the 'less -V' failure causes zless
to work on BusyBox? BusyBox 'less' ignores the LESSOPEN environment
variable, so if zless uses Busybox 'less' then zless should n
package: gzip 1.8
1. zless util don't support 'less' from busybox package. zless trying to
figure out the version of 'less', it is launch 'less' with key -V, and
'less' from busybox don't understand this flag. When i change this
verification zless works fine with 'less' from busybox.
2. test