Re: 1.22: zcat does not decompress data anymore [bisected]

2014-02-01 Thread Denys Vlasenko
On Tue, Jan 28, 2014 at 10:01 AM, Michael Tokarev wrote: > 28.01.2014 12:48, Michael Tokarev пишет: > Note that with the above two patches, busybox zcat will happily > accept uncompressed input and will behave like plain cat, while > original zcat refuses to work on uncompressed data: > > $ zcat R

Re: 1.22: zcat does not decompress data anymore [bisected]

2014-01-28 Thread Michael Tokarev
28.01.2014 12:48, Michael Tokarev пишет: > Since this commit: > > commit 41655438c6b61d05ddf3619f31abc1fa3583e2be > Author: Denys Vlasenko > Date: Thu Feb 28 18:37:04 2013 +0100 > > zcat: fix "zcat FILE" trying to do detection twice > > busybox's zcat does not decompress files without .gz

1.22: zcat does not decompress data anymore [bisected]

2014-01-28 Thread Michael Tokarev
Since this commit: commit 41655438c6b61d05ddf3619f31abc1fa3583e2be Author: Denys Vlasenko Date: Thu Feb 28 18:37:04 2013 +0100 zcat: fix "zcat FILE" trying to do detection twice busybox's zcat does not decompress files without .gz extension anymore: $ gzip < README > x $ ./busybox zcat