[Bash-completion-commits] [SCM] bash-completion branch, master, updated. e2e1c391edbaa94635533c7554d7aff0f38ebfa8
Ville Skyttä
ville.skytta at iki.fi
Wed Dec 23 14:19:10 UTC 2009
The following commit has been merged in the master branch:
commit e2e1c391edbaa94635533c7554d7aff0f38ebfa8
Author: Jeremie Lasalle Ratelle <pouexmachinax at gmail.com>
Date: Wed Dec 23 16:18:32 2009 +0200
Fix rsync remote path completion (Alioth: #312173).
diff --git a/CHANGES b/CHANGES
index d894be6..8bf375f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -55,6 +55,9 @@ bash-completion (2.x)
[ Ted Stern ]
* Fix modules completion for "(default)" entries.
+ [ Jeremie Lasalle Ratelle ]
+ * Fix rsync remote path completion (Alioth: #312173).
+
-- David Paleino <d.paleino at gmail.com> Sun, 11 Oct 2009 11:11:57 +0200
bash-completion (1.1)
diff --git a/contrib/rsync b/contrib/rsync
index 07d247f..8ddcc97 100644
--- a/contrib/rsync
+++ b/contrib/rsync
@@ -8,7 +8,7 @@ _rsync()
local cur prev shell i userhost path
COMPREPLY=()
- cur=`_get_cword`
+ cur=`_get_cword :`
prev=${COMP_WORDS[COMP_CWORD-1]}
_expand || return 0
--
bash-completion
More information about the Bash-completion-commits
mailing list