From 38e229e4dbcfe2aacbf9c5414432407f4f73bfc1 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 1 Sep 2016 23:40:26 -0400 Subject: bash-completion: fix leaking "files" array into shell environment Signed-off-by: Eli Schwartz Signed-off-by: Allan McRae --- contrib/bash_completion.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/bash_completion.in b/contrib/bash_completion.in index 6f99681d..06963c42 100644 --- a/contrib/bash_completion.in +++ b/contrib/bash_completion.in @@ -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') -- cgit v1.2.3-24-g4f1b