Open
Description
Describe the bug
If I want to copy a file from remote to local containing spaces, the space will be escaped with triple backslashes, but it should be only one.
To reproduce
If there is a named test file.txt
when I try to complete
rsync localhost:test
I get the completion
rsync localhost:test\\\ file.txt
which doesn't work.
Expected behavior
It should be
rsync localhost:test\ file.txt
Versions (please complete the following information)
- [ x] Operating system name/distribution and version: Arch
- [ x] bash version,
echo "$BASH_VERSION"
: 5.2.37(1)-release - [ x] bash-completion version,
(IFS=.; echo "${BASH_COMPLETION_VERSINFO[*]}")
: 2.14.0
Metadata
Metadata
Assignees
Labels
No labels