- yum and yum-arch now use -o filenames

This commit is contained in:
ianmacd 2003-10-08 01:12:27 +00:00
parent 58892b51ec
commit 85f30002b7

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05b # bash_completion - some programmable completion functions for bash 2.05b
# #
# $Id: bash_completion,v 1.637 2003/10/07 08:50:16 ianmacd Exp $ # $Id: bash_completion,v 1.638 2003/10/08 03:12:27 ianmacd Exp $
# #
# Copyright (C) Ian Macdonald <ian@caliban.org> # Copyright (C) Ian Macdonald <ian@caliban.org>
# #
@ -5100,7 +5100,7 @@ _yum()
return 0 return 0
} }
[ -n "${have:-}" ] && complete -F _yum yum [ -n "${have:-}" ] && complete -F _yum $filenames yum
# yum-arch(8) completion # yum-arch(8) completion
# #
@ -5122,7 +5122,7 @@ _yum_arch()
return 0 return 0
} }
complete -F _yum_arch yum-arch complete -F _yum_arch $filenames yum-arch
_filedir_xspec() _filedir_xspec()
{ {