From b043fac67d9d2ef920cb7d3dd606a65e09bbc29e Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Fri, 15 Oct 2004 16:27:22 +0000 Subject: [PATCH] - properly unset $have at end of sourcing --- bash_completion | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bash_completion b/bash_completion index 7e0eb21f..e677aabe 100644 --- a/bash_completion +++ b/bash_completion @@ -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 # @@ -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