partner-packaging team mailing list archive
-
partner-packaging team
-
Mailing list archive
-
Message #00035
[Bug 716008] Re: strange bahavior on directory completion with bash built-in commands
*** This bug is a duplicate of bug 752193 ***
https://bugs.launchpad.net/bugs/752193
Sorry, it do has been fixed.
I got this issue because I add a third-party completion script.
--
You received this bug notification because you are a member of PP, which
is subscribed to Partner Packaging.
https://bugs.launchpad.net/bugs/716008
Title:
strange bahavior on directory completion with bash built-in commands
Status in PP:
Confirmed
Status in “bash-completion” package in Ubuntu:
Invalid
Bug description:
Binary package hint: bash-completion
The recent upgrade of 1.3 version has a strange behavior on directory completion.
For example, with 1.2 version bash-completion,
$ ls /us
then TAB will complete with
$ ls /usr/
Then a second TAB will prompt files in the /usr/ directory.
But with 1.3 version,
$ ls /us TAB
gives
$ ls /usr
It's then impossible to prompt files in the directory.