[OE-core] another cleanup: "grep ... >/dev/null" -> "grep -q"?

Burton, Ross ross.burton at intel.com
Mon Mar 27 10:22:12 UTC 2017


On 25 March 2017 at 19:22, Robert P. J. Day <rpjday at crashcourse.ca> wrote:

>   1) can most of those be simplified with "grep -q"?
>

Yes.


>   2) is there any need for "egrep" in that last match?
>

egrep is grep -E, but that regex is a valid basic RE, so that can just be
grep.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170327/b3bbd514/attachment-0002.html>


More information about the Openembedded-core mailing list