- yum and yum-arch now use -o filenames
This commit is contained in:
parent
58892b51ec
commit
85f30002b7
@ -1,6 +1,6 @@
|
||||
# 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>
|
||||
#
|
||||
@ -5100,7 +5100,7 @@ _yum()
|
||||
return 0
|
||||
|
||||
}
|
||||
[ -n "${have:-}" ] && complete -F _yum yum
|
||||
[ -n "${have:-}" ] && complete -F _yum $filenames yum
|
||||
|
||||
# yum-arch(8) completion
|
||||
#
|
||||
@ -5122,7 +5122,7 @@ _yum_arch()
|
||||
return 0
|
||||
|
||||
}
|
||||
complete -F _yum_arch yum-arch
|
||||
complete -F _yum_arch $filenames yum-arch
|
||||
|
||||
_filedir_xspec()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user