Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#15310 - [bash-completion] can not handle files with spaces in name
Attached to Project:
Arch Linux
Opened by Ivan Yurasov (vanDake) - Monday, 29 June 2009, 07:57 GMT
Last edited by Aaron Griffin (phrakture) - Tuesday, 30 June 2009, 06:57 GMT
Opened by Ivan Yurasov (vanDake) - Monday, 29 June 2009, 07:57 GMT
Last edited by Aaron Griffin (phrakture) - Tuesday, 30 June 2009, 06:57 GMT
|
DetailsDescription:
In latest testing/bash-completion bash can not handle file with spaces in name. It's kind of regression because in previous version completion worked properly. Steps to reproduce: bash-completion-1.0-1-i686.pkg.tar.gz: $ ls file* file 1 1 file 2 2 file 3 3 $ ls file\ 1<TAB><TAB> (nothing) bash-completion-20060301-9-i686.pkg.tar.gz: $ ls file* file 1 1 file 2 2 file 3 3 $ ls file\ 1<TAB><TAB> $ ls file\ 1\ 1 (it work) |
This task depends upon
Closed by Aaron Griffin (phrakture)
Tuesday, 30 June 2009, 06:57 GMT
Reason for closing: Fixed
Additional comments about closing: In 1.0-2
Tuesday, 30 June 2009, 06:57 GMT
Reason for closing: Fixed
Additional comments about closing: In 1.0-2
Also, confirmed here. The first completion works, but subsequent completions fail