Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use more robust check for sed version.
Generally, macOS uses BSD sed and Linux uses GNU sed. However, in some circumstances (CI macOS arm64) it appears that macOS may be using GNU instead of BSD. Therefore it is best to check sed directly for BSD/GNU rather than using the platform as a proxy. Remove patch for old-style markers.
- Loading branch information