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

use a compatible syntax for grep GNU/BSD #31635

Merged
merged 1 commit into from Feb 14, 2016
Merged

Conversation

semarie
Copy link
Contributor

@semarie semarie commented Feb 13, 2016

The BSD grep for "basic regex" don't support | as alternate operator (at least under OpenBSD).

Use multiple -e arguments for expressing alternative. I have checked it under Linux (Debian).

The BSD grep for "basic regex" don't support \| as alternate operator.
Use multiple -e arguments for expressing alternative.
@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ 15e5cf3

Manishearth added a commit to Manishearth/rust that referenced this pull request Feb 13, 2016
The BSD grep for "basic regex" don't support \| as alternate operator (at least under OpenBSD).

Use multiple -e arguments for expressing alternative. I have checked it under Linux (Debian).
bors added a commit that referenced this pull request Feb 13, 2016
@bors bors merged commit 15e5cf3 into rust-lang:master Feb 14, 2016
@semarie semarie deleted the grep-e branch February 14, 2016 05:21
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

5 participants