Removed unused variable
This commit is contained in:
@@ -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]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user