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

Freddy Vulto fvulto at gmail.com
Mon Apr 26 17:47:13 UTC 2010


The following commit has been merged in the master branch:
commit 5b8a8b33917fb87c547b8ec6f982f08f8cfba599
Author: Freddy Vulto <fvulto at gmail.com>
Date:   Mon Apr 26 19:45:46 2010 +0200

    Fix leak of $cur from apache2ctl completion.

diff --git a/contrib/apache2ctl b/contrib/apache2ctl
index d10ac66..1d6ff83 100644
--- a/contrib/apache2ctl
+++ b/contrib/apache2ctl
@@ -2,7 +2,7 @@
 
 have apache2ctl && {
 _apache2ctl() {
-    local APWORDS
+    local APWORDS cur
 
     COMPREPLY=()
     cur=`_get_cword`

-- 
bash-completion



More information about the Bash-completion-commits mailing list