[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-499-g0b4f797

Ville Skyttä ville.skytta at iki.fi
Fri Nov 4 19:33:03 UTC 2011


The following commit has been merged in the master branch:
commit 0b4f7977002ce12060f596e430c00c73dc91d857
Author: Ville Skyttä <ville.skytta at iki.fi>
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



More information about the Bash-completion-commits mailing list