erlyaws / yaws

Yaws webserver
https://erlyaws.github.io
BSD 3-Clause "New" or "Revised" License
1.28k stars 267 forks source link

fgrep is deprecated, use grep -F instead #474

Closed mikpe closed 9 months ago

mikpe commented 9 months ago

The fgrep command was deprecated in 2007 and with recent versions of GNU grep it'll now print:

fgrep: warning: fgrep is obsolescent; using grep -F

Just use the POSIX-compliant grep -F instead.

vinoski commented 9 months ago

Thanks for fixing this!