Skip to content

Conversation

@missinglink
Copy link
Contributor

Updated sed to be portable between OSX & Linux

I tried running this file in CI today and it failed due to the host OS being Linux:

sed: can't read : No such file or directory

This is due to portability issues between the OSX version of sed and the GNU sed.
The solution comes from suggestions in this thread.

Updated `sed` to be portable between OSX & Linux
Copy link
Contributor

@chicoxyzzy chicoxyzzy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants