bug#26088: BusyBox support

2022-12-25 Thread Paul Eggert
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

bug#26088: BusyBox support

2017-03-14 Thread Paul Eggert
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

bug#26088: BusyBox support

2017-03-14 Thread Denys Zagorui
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 пользовател

bug#26088: BusyBox support

2017-03-13 Thread Mike Frysinger
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,

bug#26088: BusyBox support

2017-03-13 Thread Paul Eggert
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

bug#26088: BusyBox support

2017-03-13 Thread Denys Zagorui
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