gvm icon indicating copy to clipboard operation
gvm copied to clipboard

Replaces egrep with grep -E in gvm_export_path function

Open clcollins opened this issue 1 year ago • 4 comments

egrep is listed as deprecated and in Fedora 38, is outputting the message "warning: egrep is obsolescent". According to #431, the official release notes from Grep 3.8 state egrep has been deprecated since 2007.

This PR replaces egrep in gvm_export_path with grep -E.

egrep is mentioned in a couple of the files in ./examples/native/, but as I don't think they're critical to the use of GVM, I have not attempted to replace them.

Fixes #431

Signed-off-by: Chris Collins [email protected]

clcollins avatar Aug 01 '23 20:08 clcollins

please resolve conflicts

BenKnigge avatar Aug 05 '23 15:08 BenKnigge

Apologies @BenKnigge , I missed your message. I've rebased and fixed the conflict.

clcollins avatar Sep 20 '23 18:09 clcollins

I'm in favor of having this merged.

dannywillems avatar Oct 13 '23 21:10 dannywillems

is this going to be merged?

sergio222-dev avatar Jul 04 '24 14:07 sergio222-dev