Skip to content

Conversation

@DanielOaks
Copy link
Contributor

sed on OSX isn't a gnu-style sed, so things break everywhere. If you install gnu-sed from Homebrew and then use gsed instead of sed in the script, it works fine.

This uses gsed if it's available, and otherwise uses sed.

@linostar
Copy link
Owner

Hmm. Should we make it detect the OS, so if it is Mac OS X and gnu-sed isn't installed then the script won't proceed further?

@DanielOaks
Copy link
Contributor Author

Hmm we could do, makes sense (have it just print out 1-2 lines of instructions for installing gnu-sed and exit). I'll let you know once I've added that.

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