← Back to team overview

partner-packaging team mailing list archive

[Bug 716008]

 

Good catch! I can confirm that if I just
drop /etc/bash_completion.d/acroread.sh, then it starts working
correctly again. I'm not sure where to assign this though, as that's
from the partner repo. I'm not sure what the correct project is there.

 affects partner-packaging
 status confirmed
 affects ubuntu/bash-completion
 status invalid


** Also affects: partner-packaging
   Importance: Undecided
       Status: Confirmed

** Changed in: bash-completion (Ubuntu)
       Status: Triaged => Invalid

-- 
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.