wichtounet/budgetwarrior

Extra double quote in bash completion file

Closed this issue · 2 comments

Hi,

There is an extra double at the end of line 4 of bash completion file, raising a syntax error.

And there is a small typo making bash completion fail. The correct line should be:

local cur=${COMP_WORDS[COMP_CWORD]}

Hi,

Thank you very much for bringing this to my attention. You're absolutely right. This should be fixed by the mentioned commit above.