Attention is currently required from: Martin L Roth, Michael Niewöhner, Elyes Haouas.
Hello build bot (Jenkins), Martin L Roth, Michael Niewöhner, Elyes Haouas,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74171
to look at the new patch set (#3).
Change subject: tree: Replace `egrep` with `grep -E` ......................................................................
tree: Replace `egrep` with `grep -E`
For compatibility reasons, egrep is just a wrapper around grep today. Thus, replace it with `grep -E`.
Change-Id: Ief08a22e4cd7211a3fee278492c95d37f9e058fa Signed-off-by: Felix Singer felix.singer@secunet.com --- M payloads/libpayload/curses/PDCurses/aclocal.m4 M util/lint/lint-000-license-headers M util/lint/lint-001-no-global-config-in-romstage M util/lint/lint-stable-009-old-licenses M util/scripts/cross-repo-cherrypick 5 files changed, 18 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/74171/3