Drop unused cword.
This commit is contained in:
parent
77b78b3723
commit
267fb3205d
@ -8,8 +8,8 @@ have sysbench &&
|
|||||||
_sysbench()
|
_sysbench()
|
||||||
{
|
{
|
||||||
COMPREPLY=()
|
COMPREPLY=()
|
||||||
local cur prev words cword split=false
|
local cur prev words split=false
|
||||||
_get_comp_words_by_ref -n = cur prev words cword
|
_get_comp_words_by_ref -n = cur prev words
|
||||||
|
|
||||||
# long options need the "=" (whitespace split doesn't work), but we split
|
# long options need the "=" (whitespace split doesn't work), but we split
|
||||||
# internally to make processing easier
|
# internally to make processing easier
|
||||||
|
Loading…
x
Reference in New Issue
Block a user