[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH] Fix non-portable grep usage



On Tue, Nov 13, 2007 at 10:01:53AM +0000, Ian Jackson wrote:

> john.levon@xxxxxxx writes ("[Xen-devel] [PATCH] Fix non-portable grep usage"):
> > -     grep -E -q '^ +U ' && {                            \
> > +     egrep '^ +U ' 2>/dev/null && {                     \
> 
> -q suppresses stdout output, not stderr.  So I think you mean:
>   +     egrep '^ +U ' >/dev/null && {                      \

Right, thanks (I didn't see any output, obviously, so missed this)

regards
john

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.