voxpupuli / puppet-kmod

manage kernel module with puppet
Apache License 2.0
17 stars 63 forks source link

Replace egrep usage with grep -E #92

Closed mika closed 1 year ago

mika commented 2 years ago

grep 3.8 deprecated support for egrep + fgrep, and now prints a warning on stderr:

egrep: warning: egrep is obsolescent; using grep -E