Bug 22386 - colon breaks completion (through duplication)
Summary: colon breaks completion (through duplication)
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: bash-completion (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: ildar
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-24 22:48 MSK by Ivan Zakharyaschev
Modified: 2010-08-22 23:53 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Zakharyaschev 2009-11-24 22:48:39 MSK
bash-completion-20060301-alt06

Unquoted colon (input by user) breaks completion (results in duplication); example:

$ mkdir -p aaa:bbb/ccc

Then type ls aaa:b TAB, result:

$ ls aaa:aaa\:bbb/
ls: cannot access aaa:aaa:bbb/: No such file or directory
$ 

Expected result:

$ ls aaa\:bbb/
ccc
$
Comment 1 ildar 2010-01-25 13:11:09 MSK
Похоже на это:

https://alioth.debian.org/tracker/?func=detail&group_id=100114&aid=311401&atid=413095

Для исправления нужна большая работа по ядру программы. Думаю, надо считать это WONTFIX
Comment 2 Repository Robot 2010-08-22 23:53:26 MSD
bash-completion-1:1.99-alt3 -> sisyphus:

* Sun Aug 22 2010 Ildar Mulyukov <ildar@altlinux> 1:1.99-alt3
- new GIT version
- bug fixes (closes: #22386, #22443, #23861)