partner-packaging team mailing list archive
-
partner-packaging team
-
Mailing list archive
-
Message #00034
[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
It has been fixed in the latest acroread:
acroread (9.4.2-0natty1) natty; urgency=low
* Not allowing the autocompletion script to redefine _filedir as it was
causing problems with the proper autocompeltion of dirs (LP: #752193)
** This bug has been marked a duplicate of bug 752193
Installation of the acroread package causes completion to treat directories like files with some commands
* You can subscribe to bug 752193 by following this link: https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/752193/+subscribe
--
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.