On 2011.11.27. 12:07, Jan Beich wrote:
Oops, here is a diff. Non -l/-L case still seems to be broken.

   $ echo t>a; echo t>b; echo t>c
   $ gnugrep --null . ? | vis
   a\^@t
   b\^@t
   c\^@t

   $ bsdgrep --null . ? | vis
   a\^@:t
   b\^@:t
   c\^@:t
Thanks Jan, I've just committed this and your other patch to HEAD and will MFC it soon.

Gabor
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to