mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 18:33:50 +02:00
Fix bash completion for feeds2*
This commit is contained in:
parent
59de496c56
commit
84d42bfe3e
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ def opts_and_words(name, op, words):
|
|||
return '_'+name+'()'+\
|
||||
'''
|
||||
{
|
||||
local cur prev opts
|
||||
local cur opts
|
||||
local IFS=$'|\\t'
|
||||
COMPREPLY=()
|
||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue