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 user grep command to match whitespace #331

Merged
merged 1 commit into from
Feb 2, 2016

Conversation

gerr1t
Copy link
Contributor

@gerr1t gerr1t commented Dec 28, 2015

Original \b matches a word, but a hyphen is not respected, which causes 'user' to match 'user-whatever'. Replacing the \b with \s to match the whitespace instead.

Original \b matches a word, but a hyphen is not respected, which causes 'user' to match 'user-whatever'. Replacing the \b with \s to match the whitespace instead.
@jjasghar
Copy link
Contributor

👍 Just need one other 👍 and we're good. Thanks!

jjasghar pushed a commit that referenced this pull request Feb 2, 2016
Fix user grep command to match whitespace
@jjasghar jjasghar merged commit 26593d5 into rabbitmq:master Feb 2, 2016
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