The following commit has been merged in the master branch:
commit 0b4f7977002ce12060f596e430c00c73dc91d857
Author: Ville Skyttä <[email protected]>
Date: Fri Nov 4 21:32:28 2011 +0200
Unset _blacklist_glob when it's no longer needed.
diff --git a/bash_completion b/bash_completion
index 62ef87e..637ca69 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1878,7 +1878,7 @@ if [[ -d $BASH_COMPLETION_COMPAT_DIR && -r
$BASH_COMPLETION_COMPAT_DIR && \
&& -f $i && -r $i ]] && . "$i"
done
fi
-unset i
+unset i _blacklist_glob
# source user completion file
[[ ${BASH_SOURCE[0]} != ~/.bash_completion && -r ~/.bash_completion ]] \
--
bash-completion
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits