I noticed while trying to verify all historical scripted-diff:
commits on macOS that some scripts require GNU sed.
For example 0d6d2b650d1017691f48c9109a6cd020ab46aa73 uses git grep --perl-regexp
.
I noticed while trying to verify all historical scripted-diff:
commits on macOS that some scripts require GNU sed.
For example 0d6d2b650d1017691f48c9109a6cd020ab46aa73 uses git grep --perl-regexp
.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For detailed information about the code coverage, see the test coverage report.
See the guideline for information on the review process.
Type | Reviewers |
---|---|
ACK | hernanmarino, alfonsoromanz, maflcko, kristapsk, achow101 |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Tested ACK 3bf4f8db669e1e274ce2633cf84add2938b9914b
I was using incompatible versions for both sed and grep, so I was able to verify both error messages. After installing the GNU versions I don’t get any of the error messages.