This commit is contained in:
ianmacd 2002-06-12 20:03:23 +00:00
parent e3382333c0
commit 83cc9441ba

View File

@ -1,6 +1,6 @@
# BitKeeper completion adapted from code by Bart Trojanowski <bart@jukie.net> # BitKeeper completion adapted from code by Bart Trojanowski <bart@jukie.net>
# #
# $Id: bitkeeper,v 1.1 2002/06/12 21:58:27 ianmacd Exp $ # $Id: bitkeeper,v 1.2 2002/06/12 22:03:23 ianmacd Exp $
# #
_bk() { _bk() {
@ -12,7 +12,7 @@ _bk() {
BKCMDS="$( bk help topics | grep '^ bk' | cut -d ' ' -f 4 | \ BKCMDS="$( bk help topics | grep '^ bk' | cut -d ' ' -f 4 | \
xargs echo )" xargs echo )"
COMPREPLY=( $( compgen -W "BKCMDS" -- "$cur" ) ) COMPREPLY=( $( compgen -W "$BKCMDS" -- "$cur" ) )
_filedir _filedir
return 0 return 0