Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS X #11

Open
netgrok opened this issue Feb 9, 2021 · 1 comment
Open

MacOS X #11

netgrok opened this issue Feb 9, 2021 · 1 comment

Comments

@netgrok
Copy link

netgrok commented Feb 9, 2021

On MacOS/BSD sed has a slightly different syntax that breaks the script.

To fix this:

brew install gnu-sed
PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"

and then run the script.

This will use gsed, the gnu version of sed for the install which runs through as it has standard sed command line parameters

@esden
Copy link
Member

esden commented Sep 22, 2021

Thank you for bringing up this issue.

The script itself does not use sed. So I assume this issue appears from the incompatible use of sed inside one of the tools we build. I think it would be better to address the issue up stream inside the respective project to update the way sed is being used so that it works with the gnu and bsd sed versions.

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

No branches or pull requests

2 participants