bash completion: remove unused variable

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg 2019-09-02 12:42:01 +02:00
parent 91510e39ab
commit bc8281c016

View File

@ -174,7 +174,7 @@ _skopeo_skopeo() {
}
_cli_bash_autocomplete() {
local cur opts base
local cur opts
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"