Changed paths:
M pkg/build/linux_gen.sh
M sys/linux/bpf_trace.txt
M sys/linux/init_alg.go
M tools/check-copyright.sh
M tools/check-language.sh
M tools/check-shebang.sh
M tools/check-whitespace.sh
Log Message:
-----------
all: replace egrep with grep -E
The egrep command has been deprecated in GNU Grep since 2007, and nowadays
using egrep rather than grep -E will print a warning to the user, which is
very annoying.
Changed paths:
M pkg/build/linux_gen.sh
M sys/linux/bpf_trace.txt
M sys/linux/init_alg.go
M tools/check-copyright.sh
M tools/check-language.sh
M tools/check-shebang.sh
M tools/check-whitespace.sh
Log Message:
-----------
all: replace egrep with grep -E
The egrep command has been deprecated in GNU Grep since 2007, and nowadays
using egrep rather than grep -E will print a warning to the user, which is
very annoying.