- _cd(): still need to separate COMPREPLY on spaces

This commit is contained in:
ianmacd 2002-05-14 13:53:58 +00:00
parent b491877197
commit ba18ac0f5e

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05a
#
# $Id: bash_completion,v 1.315 2002/05/13 23:43:29 ianmacd Exp $
# $Id: bash_completion,v 1.316 2002/05/14 15:53:58 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -2032,6 +2032,9 @@ _cd()
_filedir -d
IFS=$' \t\n'
COMPREPLY=( ${COMPREPLY[@]} )
return 0
}
complete -F _cd $nospace $filenames cd