summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-01-12 10:15:24 -0500
committerTom Rini <[email protected]>2023-01-12 10:15:24 -0500
commitf58885d002302b8047446a6a15f7376bb7b1ea32 (patch)
treeb87608f2330d6190c3dcfad66eba8e9da5c47de2 /scripts
parentee4f86cc042129abf1b16fcfbf4fc705b03375b6 (diff)
parent85fd48984e670d45eddd86710aa47c38baa738ca (diff)
Merge branch '2023-01-11-assorted-general-updates'
- Assorted Kconfig cleanups, code clean ups, env+ubi updates, correct return value propagation out of environment scripts, and update CI to latest "jammy" tag.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/coccicheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coccicheck b/scripts/coccicheck
index dccaea38e36..00b22e662d8 100755
--- a/scripts/coccicheck
+++ b/scripts/coccicheck
@@ -54,7 +54,7 @@ FLAGS="--very-quiet"
# inspected there.
#
# --profile will not output if --very-quiet is used, so avoid it.
-echo $SPFLAGS | egrep -e "--profile|--show-trying" 2>&1 > /dev/null
+echo $SPFLAGS | grep -Ee "--profile|--show-trying" 2>&1 > /dev/null
if [ $? -eq 0 ]; then
FLAGS="--quiet"
fi