diff options
| author | Andrew Morton <akpm@linux-foundation.org> | 2022-12-31 02:38:16 +0300 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2022-12-31 02:38:16 +0300 |
| commit | 7e45f80955748c16aa2d78498394ab92a4a90896 (patch) | |
| tree | b11b13b325fbc0f8d20c27b9b3d304cf535f627f /scripts | |
| parent | a9763aa0bda186d8d86101e8ee90a37f606d9f64 (diff) | |
| parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (diff) | |
| download | linux-7e45f80955748c16aa2d78498394ab92a4a90896.tar.xz | |
Merge branch 'master' into mm-nonmm-stable
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/coccicheck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coccicheck b/scripts/coccicheck index caba0bff6da7..2956fce8fa4f 100755 --- a/scripts/coccicheck +++ b/scripts/coccicheck @@ -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 |
