[Bash-completion-commits] [SCM] bash-completion branch, master, updated. a375531c413ac5779a504eddcf118ec9a7063f61

David Paleino d.paleino at gmail.com
Thu May 21 06:45:35 UTC 2009


The following commit has been merged in the master branch:
commit a375531c413ac5779a504eddcf118ec9a7063f61
Author: David Paleino <d.paleino at gmail.com>
Date:   Thu May 21 08:44:52 2009 +0200

    Forgot to unset USERLAND, sorry

diff --git a/bash_completion b/bash_completion
index 70fb72d..4205f13 100644
--- a/bash_completion
+++ b/bash_completion
@@ -5039,7 +5039,7 @@ unset i
 [ $BASH_COMPLETION != ~/.bash_completion -a -r ~/.bash_completion ] \
 	&& . ~/.bash_completion
 unset -f have
-unset UNAME default dirnames filenames have nospace bashdefault plusdirs
+unset UNAME USERLAND default dirnames filenames have nospace bashdefault plusdirs
 
 set $BASH_COMPLETION_ORIGINAL_V_VALUE
 unset BASH_COMPLETION_ORIGINAL_V_VALUE

-- 
bash-completion



More information about the Bash-completion-commits mailing list