From 211fe940b6b35bafa5632f41ee1ccad67ab594a5 Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Fri, 22 Aug 2003 05:12:51 +0000 Subject: [PATCH] - minor ant completion fix by Bart Vanhaute --- bash_completion | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bash_completion b/bash_completion index 5d99de63..ac191306 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.617 2003/08/21 09:55:40 ianmacd Exp $ +# $Id: bash_completion,v 1.618 2003/08/22 07:12:51 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -2681,7 +2681,7 @@ _ant() prev=${COMP_WORDS[COMP_CWORD-1]} case "$prev" in - -buildfile) + -buildfile|-f) _filedir 'xml' return 0 ;; @@ -2695,7 +2695,7 @@ _ant() # relevant options completion COMPREPLY=( $( compgen -W '-help -projecthelp -version -quiet \ -verbose -debug -emacs -logfile -logger \ - -listener -buildfile -D -find' -- $cur ) ) + -listener -buildfile -f -D -find' -- $cur ) ) else # available targets completion # find which buildfile to use