diff --git a/bash_completion b/bash_completion index a1ff0431..2e33470f 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05a # -# $Id: bash_completion,v 1.322 2002/05/16 16:15:19 ianmacd Exp $ +# $Id: bash_completion,v 1.323 2002/05/16 18:07:38 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -874,7 +874,6 @@ set_prefix() get_entries() { - entries=( $( cut -d/ -f2 -s ${prefix}CVS/Entries | grep "^$cur" ) ) entries=( $( compgen -W \ "$( echo $( cut -d/ -f2 -s ${prefix}CVS/Entries ) )" -- $cur ) ) }