]> code.ossystems Code Review - openembedded-core.git/commit
autotools.bbclass: Replace "grep ... >/dev/null" with "grep -q"
authorRobert P. J. Day <rpjday@crashcourse.ca>
Sun, 26 Mar 2017 10:24:07 +0000 (06:24 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 26 Mar 2017 23:07:36 +0000 (00:07 +0100)
commit39a7bfde92211b3546ff0a8e6a3e549714996b28
treef344313dd8915f2b635c577fc558618e716b8dc3
parentb2a785f19fe25d244179b8672c846925da6d455a
autotools.bbclass: Replace "grep ... >/dev/null" with "grep -q"

For aesthetic style reasons, use "grep -q" instead of ">/dev/null".

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass