scripts: Rename Makefile.spl to Makefile.xpl
[J-u-boot.git] / scripts / coccicheck
index dccaea38e36a675e4cb68bf829a00939e2f66acd..00b22e662d8d3359f7c4943f911b16c07c11a1f9 100755 (executable)
@@ -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
This page took 0.026694 seconds and 4 git commands to generate.