- don't unset $have twice at end of script (fix from

Salve Nilsen <salve.nilsen@met.no>)
This commit is contained in:
ianmacd 2004-02-12 20:48:32 +00:00
parent c4e68a05fb
commit c2e720b971

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05b
#
# $Id: bash_completion,v 1.684 2004/02/12 21:37:39 ianmacd Exp $
# $Id: bash_completion,v 1.685 2004/02/12 21:48:32 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -5799,7 +5799,7 @@ unset i
[ $BASH_COMPLETION != ~/.bash_completion -a -r ~/.bash_completion ] \
&& . ~/.bash_completion
unset -f have
unset UNAME RELEASE have default dirnames filenames nospace bashdefault plusdirs
unset UNAME RELEASE default dirnames filenames nospace bashdefault plusdirs
### Local Variables:
### mode: shell-script