← Back to team overview

partner-packaging team mailing list archive

[Bug 716008] Re: strange bahavior on directory completion with bash built-in commands

 

I also had the same problem, confirming that the sed workaround works
fine.

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