Date: Fri, 18 Jan 2013 10:33:53 +0800 From: David Xu <davidxu@freebsd.org> To: freebsd-hackers <freebsd-hackers@FreeBSD.org> Subject: Fixing grep -D skip Message-ID: <50F8B491.8090303@freebsd.org>
next in thread | raw e-mail | index | archive | help
I am trying to fix a bug in GNU grep, the bug is if you want to skip FIFO file, it will not work, for example: grep -D skip aaa . it will be stucked on a FIFO file. Here is the patch: http://people.freebsd.org/~davidxu/patch/grep.c.diff2 Is it fine to be committed ? Regards, David Xu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50F8B491.8090303>