Closed philclifford closed 1 month ago
Two packages used PCRE syntax which is not supported by the BSD grep present on MacOS. These changes move from '-P' to '-E' syntax.
[x] Bug fix (non-breaking change which fixes an issue)
[x] I have performed a self-review of my code
[x] I have tested my code in common scenarios and confirmed there are no regressions
Description
Two packages used PCRE syntax which is not supported by the BSD grep present on MacOS. These changes move from '-P' to '-E' syntax.
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
Checklist:
[x] I have performed a self-review of my code
[x] I have tested my code in common scenarios and confirmed there are no regressions