bash-completion: fix leaking "files" array into shell environment

Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Eli Schwartz 2016-09-01 23:40:26 -04:00 committed by Allan McRae
parent fac4831a09
commit 38e229e4db
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ _pacman_pkg() {
}
_pacman() {
local common core cur database prev query remove sync upgrade o
local common core cur database files prev query remove sync upgrade o
COMPREPLY=()
_get_comp_words_by_ref cur prev
database=('asdeps asexplicit')