reassign 694024 zutils
found 694024 zutils 0.9-5
retitle 694024 Don't print the file name if only one file is grepped
affects 694024 apt-file
thanks

On Sunday 25 November 2012, Paul Wise wrote:
> Output below. I think I know what happened; after Axel Beckert
> blogged about archive stuff, I installed zutils, which seems to
> cause this issue. However the zutils zfgrep has the exactly the
> same output as gzip zfgrep according diff and cmp, so I don't know
> where the bug lies. Maybe you could use some sort of perl
> execution trace to compare the apt-file runs with zutils zfgrep
> and gzip zfgrep?

zfgrep.gzip just calls zgrep -F, which will be zutil's zgrep version 
if zutils is installed.

If you compare

zgrep -F -- apt-file path/to/file
zgrep.gzip -F -- apt-file path/to/file

the output differs. We could work-around this in apt-file by using

zfgrep -- apt-file < path/to/file

But I think zutils should be fixed instead to behave as the normal 
zgrep, especially since it adds a diversion for the normal zgrep.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to