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

Unexpected Syntax Error in Bash Completion #146

Closed
rmetzler opened this issue Dec 30, 2013 · 1 comment · Fixed by #147
Closed

Unexpected Syntax Error in Bash Completion #146

rmetzler opened this issue Dec 30, 2013 · 1 comment · Fixed by #147

Comments

@rmetzler
Copy link

$ source /usr/local/etc/bash_completion.d/gh.bash_completion.sh
-bash: /usr/local/etc/bash_completion.d/gh.bash_completion.sh: line 187: syntax error near unexpected token `&'
-bash: /usr/local/etc/bash_completion.d/gh.bash_completion.sh: line 187: `          ;;&'

https://github.com/jingweno/gh/blob/master/etc/gh.bash_completion.sh#L187

To make sure I use the latest version I ran

$ brew update 
Already up-to-date.
$ brew upgrade gh
Error: gh-1.0.0 already installed

but I still got the same error.

@calavera
Copy link
Contributor

Thanks for reporting this. I've updated the scripts and #147 should fix this issue.

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 a pull request may close this issue.

2 participants