Package: gzip Version: 1.3.5-10sarge2 Severity: normal hi,
here's the usage that revealed the bug: # zgrep -q libc6 /home/ftp/debian/dists/sarge/main/binary-i386/Packages.gz # echo $? 0 # zgrep -q libxc6 /home/ftp/debian/dists/sarge/main/binary-i386/Packages.gz # echo $? 1 but # zgrep libc6 /home/ftp/debian/dists/ ; echo $? 1 # zgrep libc6 /home/ftp/debian/dists/* ; echo $? 0 # grep libc6 /home/ftp/debian/dists/* ; echo $? 1 in 2nd case above return code should be 1 (no match). thanks -- paolo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

