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 bash completion regression (cf66dfd6ba) and make lopt strings more resilient #1033

Merged
merged 2 commits into from Jan 31, 2016
Merged

Conversation

ghost
Copy link

@ghost ghost commented Jan 25, 2016

No description provided.

Tuncer Ayaz added 2 commits January 25, 2016 22:52
cf66dfd introduced a syntax error in the modified lopts string.
Without the fix, you'll provoke a shell error when trying to complete
`rebar3 ct --<something>`.
To prevent future mistakes like the broken string introduced in
cf66dfd, put opening and closing " on separate lines in each
multi-line lopts string. This also allows for cleaner (smaller) diffs
when removing/adding a flag.
@ferd
Copy link
Collaborator

ferd commented Jan 25, 2016

+1.

tsloughter added a commit that referenced this pull request Jan 31, 2016
Fix bash completion regression (cf66dfd) and make lopt strings more resilient
@tsloughter tsloughter merged commit 3522c92 into erlang:master Jan 31, 2016
@ghost ghost deleted the fix-shell-completion branch January 31, 2016 19:51
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