zachjs / sv2v

SystemVerilog to Verilog conversion
BSD 3-Clause "New" or "Revised" License
540 stars 52 forks source link

Make test prints a lot of warnings #241

Closed dwRchyngqxs closed 1 year ago

dwRchyngqxs commented 1 year ago

Make test prints a lot of warnings about egrep being obsolescent and stray \: grep: warning: stray \ before / egrep: warning: egrep is obsolescent; using grep -E

zachjs commented 1 year ago

I believe I fixed the grep warning in 03610606aa1fe919a9e861e2b2e908ffdef43086. I can't find any explicit reference to egrep within this repo. What am I missing?

dwRchyngqxs commented 1 year ago

Thank you for the fix. It seems like egrep is called by shunit2, There is already a PR to fix it.