diff --git a/bash_completion b/bash_completion index 8324d810..c1530517 100644 --- a/bash_completion +++ b/bash_completion @@ -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 # @@ -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() {