Removed unused variable
This commit is contained in:
@@ -59,7 +59,7 @@ _bash-it-comp-list-available()
|
||||
|
||||
_bash-it-comp()
|
||||
{
|
||||
local cur prev opts prevprev
|
||||
local cur prev opts
|
||||
COMPREPLY=()
|
||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||
|
||||
Reference in New Issue
Block a user