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

[fix] build/myocamlbuild_prefix.ml: Correct the sed for FreeBSD 7.x. #59

Closed
wants to merge 5 commits into from
Closed

[fix] build/myocamlbuild_prefix.ml: Correct the sed for FreeBSD 7.x. #59

wants to merge 5 commits into from

Conversation

jlmess77
Copy link
Contributor

[fix] build/myocamlbuild_prefix.ml: FreeBSD 8.x and above have added -r in its sed that does exactly same as -E for increased compatibility with GNU sed. Since FreeBSD still supports 7.x that its sed does not has -r, so use -E instead.

Jeremy Messenger added 3 commits June 11, 2012 19:36
… as -E

for increased compatibility with GNU sed. Since FreeBSD still supports 7.x
that its sed does not has -r, so use -E instead.
…-r in its sed that does exactly same as -E for increased compatibility with GNU sed. Since FreeBSD still supports 7.x that its sed does not has -r, so use -E instead.
…-r in its sed that does exactly same as -E for increased compatibility with GNU sed. Since FreeBSD still supports 7.x that its sed does not has -r, so use -E instead.
@jlmess77
Copy link
Contributor Author

Three commits here because as soon as I have pushed it. I realized that I forgot to use the [fix] tag and what file changed, so I had to modified the comment.

@Aqua-Ye
Copy link
Contributor

Aqua-Ye commented Jun 12, 2012

Hello, -r does not exist on Mac either

@jlmess77
Copy link
Contributor Author

I have added MacOS X in there too for use -E instead.

@Aqua-Ye
Copy link
Contributor

Aqua-Ye commented Jun 13, 2012

Thank you.

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