[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-44-g8c3a0e9

David Paleino dapal at debian.org
Sun Mar 27 11:59:08 UTC 2011


The following commit has been merged in the master branch:
commit 8c3a0e94d16a1b799b011b7f5dc4b249e7482e19
Author: David Paleino <dapal at debian.org>
Date:   Sun Mar 27 13:58:59 2011 +0200

    Make $cur local

diff --git a/completions/shadow b/completions/shadow
index 868cea3..058c139 100644
--- a/completions/shadow
+++ b/completions/shadow
@@ -316,6 +316,7 @@ complete -g groupdel
 have newgrp &&
 _newgrp()
 {
+    local cur
     COMPREPLY=()
     _get_comp_words_by_ref cur
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list