Removed unused variable
parent
4caed3d6d5
commit
757d2b4ed9
|
|
@ -59,7 +59,7 @@ _bash-it-comp-list-available()
|
||||||
|
|
||||||
_bash-it-comp()
|
_bash-it-comp()
|
||||||
{
|
{
|
||||||
local cur prev opts prevprev
|
local cur prev opts
|
||||||
COMPREPLY=()
|
COMPREPLY=()
|
||||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue