genirq/affinity: Move group_cpus_evenly() into lib/
[platform/kernel/linux-starfive.git] / scripts / coccicheck
index caba0bf..2956fce 100755 (executable)
@@ -47,7 +47,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 -E -e "--profile|--show-trying" 2>&1 > /dev/null
 if [ $? -eq 0 ]; then
        FLAGS="--quiet"
 fi