[PATCH] Fix bash completion for 'autoremove'

Ben Reedy thebenj88 at gmail.com
Tue Jan 21 12:06:48 UTC 2014


On 21/01/14 22:03, Zdenek Pavlas wrote:
>> Rather straightforward, just fixing the bash completion for the
>> autoremove command.
> Hi, looks fine.
>
>> @@ -228,11 +233,6 @@ _yum()
>>                return 0
>>                ;;
>>
>> -        erase|remove)
>> -            _yum_atgroups "$cur" || _yum_list installed "$cur"
>> -            return 0
>> -            ;;
>> -
> Was there a reason to move this up?
> _______________________________________________
> Yum-devel mailing list
> Yum-devel at lists.baseurl.org
> http://lists.baseurl.org/mailman/listinfo/yum-devel
I noticed that the cases were ordered alphabetically, so I moved it to 
the top of the list.


More information about the Yum-devel mailing list