- properly unset $have at end of sourcing

This commit is contained in:
ianmacd 2004-10-15 16:27:22 +00:00
parent 34fe97c4c3
commit b043fac67d

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05b
#
# $Id: bash_completion,v 1.756 2004/10/15 07:51:09 ianmacd Exp $
# $Id: bash_completion,v 1.757 2004/10/15 18:27:22 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -7260,7 +7260,8 @@ unset i
[ $BASH_COMPLETION != ~/.bash_completion -a -r ~/.bash_completion ] \
&& . ~/.bash_completion
unset -f have
unset UNAME RELEASE default dirnames filenames nospace bashdefault plusdirs
unset UNAME RELEASE default dirnames filenames have nospace bashdefault \
plusdirs
### Local Variables:
### mode: shell-script