Drop unused cword.

This commit is contained in:
Ville Skyttä 2010-10-05 23:55:30 +03:00
parent 77b78b3723
commit 267fb3205d

View File

@ -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