[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 688f6a0ba66aeb6553c7809eed76116305773f2c

Ville Skyttä ville.skytta at iki.fi
Sat Jan 16 11:44:08 UTC 2010


The following commit has been merged in the master branch:
commit 688f6a0ba66aeb6553c7809eed76116305773f2c
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jan 16 13:44:03 2010 +0200

    Fix leak of 'i' from _yum().

diff --git a/contrib/_yum b/contrib/_yum
index 2bcf950..f7502a3 100644
--- a/contrib/_yum
+++ b/contrib/_yum
@@ -36,7 +36,7 @@ _yum_plugins()
 
 _yum()
 {
-    local cur prev special split=false
+    local cur prev special i split=false
 
     COMPREPLY=()
     cur=`_get_cword`

-- 
bash-completion



More information about the Bash-completion-commits mailing list