- don't unset $have twice at end of script (fix from
Salve Nilsen <salve.nilsen@met.no>)
This commit is contained in:
parent
c4e68a05fb
commit
c2e720b971
@ -1,6 +1,6 @@
|
|||||||
# bash_completion - some programmable completion functions for bash 2.05b
|
# 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>
|
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||||
#
|
#
|
||||||
@ -5799,7 +5799,7 @@ unset i
|
|||||||
[ $BASH_COMPLETION != ~/.bash_completion -a -r ~/.bash_completion ] \
|
[ $BASH_COMPLETION != ~/.bash_completion -a -r ~/.bash_completion ] \
|
||||||
&& . ~/.bash_completion
|
&& . ~/.bash_completion
|
||||||
unset -f have
|
unset -f have
|
||||||
unset UNAME RELEASE have default dirnames filenames nospace bashdefault plusdirs
|
unset UNAME RELEASE default dirnames filenames nospace bashdefault plusdirs
|
||||||
|
|
||||||
### Local Variables:
|
### Local Variables:
|
||||||
### mode: shell-script
|
### mode: shell-script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user