Bug 1108085
Summary: | xzgrep returns wrong exitcode if match isn't found in every file | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Tomas Dolezal <todoleza> | |
Component: | xz | Assignee: | Pavel Raiskup <praiskup> | |
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-daemons | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 6.5 | CC: | jpopelka, mnavrati, ovasik | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | xz-4.999.9-0.5.beta.20091007git.el6 | Doc Type: | Bug Fix | |
Doc Text: |
Previously, the xzgrep command returned exit status 1 when contents of one or more files did not match the requested pattern. With this update, xzgrep returns exit status 0 if there is at least one match of the pattern, which makes the xzgrep behavior consistent with the default grep command behavior.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1109122 1109123 (view as bug list) | Environment: | ||
Last Closed: | 2014-06-19 08:45:53 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1109122, 1109123 |
Description
Tomas Dolezal
2014-06-11 12:42:29 UTC
Thanks, this seems to be upstream problem, reported: http://article.gmane.org/gmane.comp.compression.xz.devel/192 Fix pushed upstream: http://git.tukaani.org/?p=xz.git;a=commitdiff;h=ceca379 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-0769.html |