commit | 5160b9a17629e7f16b12c745046d535fda048a57 | [log] [tgz] |
---|---|---|
author | Ville Skyttä <ville.skytta@iki.fi> | Sun Jan 01 18:41:42 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 11 15:02:24 2023 -0500 |
tree | 14800dbf93afcb0ea6a187e88e08d9666b692c1f | |
parent | 3a84069bfc769395825dcb5b733d03038fbd46ca [diff] |
Use `grep -E` or plain `grep` instead of `egrep` `egrep` has been deprecated in GNU grep since 2007, and since 3.8 it emits obsolescence warnings: https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a9515624709865d480e3142fd959bccd1c9372d1 Acked-by: Dhruva Gole <d-gole@ti.com>