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

David Paleino d.paleino at gmail.com
Tue Apr 21 16:33:30 UTC 2009


The following commit has been merged in the master branch:
commit 7c023ab92ea17bb5d834eaed3d31679f6e7a2535
Author: David Paleino <d.paleino at gmail.com>
Date:   Tue Apr 21 18:33:12 2009 +0200

    Fix svk completion using $filenames instead of $default (Debian: #524961)

diff --git a/CHANGES b/CHANGES
index 9872f50..973bc2d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,7 @@ bash-completion (1.x)
   * Remove eval() and sed quoting in _known_hosts(), fixes execution (!!!)
     of hosts specified by {Global,User}KnownHosts in SSH config files
     (Alioth: #311595)
+  * Fix svk completion using $filenames instead of $default (Debian: #524961)
 
   [ Ville Skyttä ]
   * Split yum and yum-arch completion into contrib/yum.
diff --git a/contrib/svk b/contrib/svk
index e2d0fac..9f2ff25 100644
--- a/contrib/svk
+++ b/contrib/svk
@@ -260,4 +260,4 @@ _svk()
 
 	return 0
 }
-complete -F _svk $default svk
+complete -F _svk $filenames svk

-- 
bash-completion



More information about the Bash-completion-commits mailing list