[Bug 219077] libsysdecode build broken with bsdgrep

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 5 17:35:12 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219077

--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:

Author: emaste
Date: Fri May  5 17:35:05 UTC 2017
New revision: 317842
URL: https://svnweb.freebsd.org/changeset/base/317842

Log:
  bsdgrep: don't ouptut matches with -c, -l, -L

  Refactoring done in r317703 broke -c, -l, and -L flags implying
  suppression of match printing.  Fortunately this is just a matter of not
  doing any printing of the resulting matches and context printing was not
  broken in this refactoring.

  Add some regression tests since this area may still see further
  refactoring, include different context flags as well even though they
  were not broken in this case.

  PR:           219077
  Submitted by: Kyle kevans91 at ksu.edu
  Reported by:  markj
  Reviewed by:  cem, ngie
  Differential Revision:        https://reviews.freebsd.org/D10607

Changes:
  head/contrib/netbsd-tests/usr.bin/grep/t_grep.sh
  head/usr.bin/grep/util.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list