Skip to content

Use "grep -E" instead of the obsoleted "egrep"

The "egrep" utility is obsolete and should be replaced by "grep -E".

Removing the single occurence of "egrep" silences the warning about its obsolecence when opening files with xdg-open.

Merge request reports