Fix leak of 'i' from _yum().

This commit is contained in:
Ville Skyttä 2010-01-16 13:44:03 +02:00
parent 6a7a838310
commit 688f6a0ba6

View File

@ -36,7 +36,7 @@ _yum_plugins()
_yum() _yum()
{ {
local cur prev special split=false local cur prev special i split=false
COMPREPLY=() COMPREPLY=()
cur=`_get_cword` cur=`_get_cword`