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