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

bash-completion gives error "__git_reassemble_comp_words_by_ref: command not found" #670

Closed
gzm55 opened this issue Jul 31, 2022 · 4 comments
Labels
bug Something isn't working
Milestone

Comments

@gzm55
Copy link
Contributor

gzm55 commented Jul 31, 2022

when enable bash completion, it fails with error "__git_reassemble_comp_words_by_ref: command not found"

bash-5.1$ source bin/mvnd-bash-completion.bash
bash-5.1$ PATH+=`pwd`/bin
bash-5.1$ mvnd bash: __git_reassemble_comp_words_by_ref: command not found
bash: words_: bad array subscript
@gnodet
Copy link
Contributor

gnodet commented Sep 7, 2022

You need to install git bash completion.

@gnodet gnodet added the waiting for feedback Waiting for feedback label Sep 7, 2022
@gzm55
Copy link
Contributor Author

gzm55 commented Sep 7, 2022

can we inline this implicit dependency shell function?

gnodet added a commit to gnodet/mvnd that referenced this issue Sep 7, 2022
@gnodet
Copy link
Contributor

gnodet commented Sep 7, 2022

@gzm55 can you check the fix at #682 ?

@gzm55
Copy link
Contributor Author

gzm55 commented Sep 7, 2022

@gzm55 can you check the fix at #682 ?

it works @gnodet

@gnodet gnodet closed this as completed in 10a5240 Sep 7, 2022
@gnodet gnodet added bug Something isn't working and removed waiting for feedback Waiting for feedback labels Sep 7, 2022
@gnodet gnodet added this to the 0.8.1 milestone Sep 7, 2022
gnodet added a commit to gnodet/mvnd that referenced this issue Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants