[pacman-dev] [PATCH] bash-completion: fix leaking "files" array into shell environment
2 Sep
2016
2 Sep
'16
11:40 a.m.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> --- This time with a signoff... 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 6f99681..06963c4 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') -- 2.9.3
3 Sep
3 Sep
6:26 p.m.
On 02/09/16 13:40, Eli Schwartz wrote:
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> ---
Thanks, Allan
2995
Age (days ago)
2996
Last active (days ago)
1 comments
2 participants
participants (2)
-
Allan McRae
-
Eli Schwartz