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

hide GREP_OPTIONS values to avoid "conflicting matchers" error #372

Closed
wants to merge 1 commit into from

Conversation

hegedus
Copy link
Contributor

@hegedus hegedus commented Jun 9, 2015

If GREP_OPTIONS env variable is set grep can error out, e.g.

$ GREP_OPTIONS=-P \grep -F foo bar
grep: conflicting matchers specified

This patch locally resets GREP_OPTIONS and escapes grep at one place that was missed before.

Peter

@dolmen
Copy link
Collaborator

dolmen commented Jun 10, 2015

Please update commit:

git checkout grep_options
$EDITOR liquidprompt
git commit --amend
git push -f github grep_options

@hegedus
Copy link
Contributor Author

hegedus commented Jun 17, 2015

Thanks for the suggestion, pushed up the changes.

dolmen added a commit that referenced this pull request Jul 1, 2015
@dolmen
Copy link
Collaborator

dolmen commented Jul 1, 2015

Merged! Thanks.

@dolmen dolmen added the bug label Jul 1, 2015
@dolmen dolmen closed this Jul 1, 2015
@hegedus
Copy link
Contributor Author

hegedus commented Jul 1, 2015

Great, thanks!

On Wed, Jul 1, 2015 at 9:29 AM, Olivier Mengué [email protected]
wrote:

Merged! Thanks.


Reply to this email directly or view it on GitHub
#372 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants