Fix check for grep
After trying to migrate to busybox a check for grep introduce a bug as it used pipe commands that are not supported. Fix it by check grep using option --help.
https://phabricator.apertis.org/T8412
Signed-off-by: Walter Lozano walter.lozano@collabora.com