wichtounet / budgetwarrior

Personal finance manager, command-line interface, in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extra double quote in bash completion file

billux opened this issue · 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.