Skip to content

Fix GNU grep compatibility. #4

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

Merged
merged 1 commit into from
Jan 16, 2016
Merged

Fix GNU grep compatibility. #4

merged 1 commit into from
Jan 16, 2016

Conversation

jryio
Copy link
Owner

@jryio jryio commented Jan 16, 2016

This commit resolves an issue with a GNU grep command using the -P flag.
As a result, users without GNU Grep could not use the Perl Regular
Expressions flag.

This command has been removed and replaced with pcregrep which yields
the same results and also allows forward look-aheads.

Additionally, the test-files have been added to the .ccignore file so
cloning the repository does not cause users to have the test-files in
their first commit message.

Closes #2

This commit resolves an issue with a GNU grep command using the -P flag.
As a result, users without GNU Grep could not use the Perl Regular
Expressions flag.

This command has been removed and replaced with pcregrep which yields
the same results and also allows forward look-aheads.

Additionally, the test-files have been added to the .ccignore file so
cloning the repository does not cause users to have the test-files in
their first commit message.

Closes Issue #1
jryio added a commit that referenced this pull request Jan 16, 2016
@jryio jryio merged commit 0ada6eb into master Jan 16, 2016
@jryio jryio deleted the post-commit-pcregrep branch January 26, 2016 06:07
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.

OSX: sed -r isn't available
1 participant