From 85f30002b70aea594cc2bd2551b6eea00b9565d9 Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Wed, 8 Oct 2003 01:12:27 +0000 Subject: [PATCH] - yum and yum-arch now use -o filenames --- bash_completion | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {