On Fri, Aug 31, 2012 at 03:45:23PM +0200, Michal Marek wrote: > > On 12.8.2012 11:47, Tzafrir Cohen wrote: > > +if echo arch/$SRCARCH/mach-*/include | grep q -v '*'; then > > This should probably be grep -q, but it's quite ugly anyway. You can > simply run the find command and redirect it's stderr to /dev/null. Redirect its stdout, that is. I'd prefer -q but here's a version with a redirection. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen@xxxxxxxxxx +972-50-7952406 mailto:tzafrir.cohen@xxxxxxxxxx http://www.xorcom.com iax:guest@xxxxxxxxxxxxxxxx/tzafrir -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html