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

Switch to basic regexen because sed's flag to turn on extended regex is non-portable. #29

Merged
merged 1 commit into from Oct 30, 2012

Conversation

jyasskin
Copy link
Contributor

gnu sed expects -r, while mac sed expects -E, and neither seems to allow the other.

@jyasskin
Copy link
Contributor Author

Ping?

sdutoit pushed a commit that referenced this pull request Oct 30, 2012
Tools: Switch to basic regexen because sed's flag to turn on extended regex is non-portable. Thanks to Jeffrey Yasskin!
@sdutoit sdutoit merged commit 89b6610 into cplusplus:master Oct 30, 2012
@craigbarnes
Copy link

GNU sed does accept -E but it's undocumented.

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.

None yet

3 participants