[Bug 1000470] Re: Extra space is added and backslash is removed under the 'find' command

Peter Cordes peter at cordes.ca
Sun Nov 30 04:01:15 UTC 2014


Trusty blacklists acroread.sh from bash_completion.d, so does upstream.

If you still have this on Trusty, bug 1372286 needs to know what other
files to blacklist to un-break completion.

Good testcase and description of exactly what the bug is, copied it for
1372286.


** Changed in: bash-completion (Ubuntu)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bash-completion in Ubuntu.
https://bugs.launchpad.net/bugs/1000470

Title:
  Extra space is added and backslash is removed under the 'find' command

Status in bash-completion package in Ubuntu:
  Fix Released

Bug description:
  Extra space scenario:
  find /op<TAB>  ==> find /opt<Space>

  Backslash scenario:
  cd ~
  mkdir -p test\ 1/test
  find test\ 1/t<TAB>
  find test 1/test 
  find: `test': No such file or directory
  find: `1/test': No such file or directory
  rm -r test\ 1/t<TAB>
  rm -r test 1/test 
  rm: cannot remove `test': No such file or directory
  rm: cannot remove `1/test': No such file or directory
  ls -l test\ 1/t<TAB>
  ls -l test 1/test 
  ls: cannot access test: No such file or directory
  ls: cannot access 1/test: No such file or directory

  etc.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: bash-completion 1:1.3-1ubuntu8
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Wed May 16 23:50:58 2012
  PackageArchitecture: all
  SourcePackage: bash-completion
  UpgradeStatus: Upgraded to precise on 2012-05-01 (15 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1000470/+subscriptions



More information about the foundations-bugs mailing list