Skip to content

Fix check for grep

Walter Lozano requested to merge wip/wlozano/lxc-grep-fix into apertis/v2023dev1

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

Merge request reports