[Bug 1541553] [NEW] bash-completion for scp doesn't understand "set completion-ignore-case on"

Aapo Rantalainen 1541553 at bugs.launchpad.net
Wed Feb 3 18:52:36 UTC 2016


Public bug reported:

bash-completion: 1:2.1-4ubuntu0.1

set completion-ignore-case on
touch /tmp/FOOBAR


Which means this would work:
touch /tmp/foo[TAB] -> cd /tmp/FOOBAR

But it will not work with scp.

actual happens:
scp /tmp/fooba[TAB] -> doesn't complete

expected:
scp /tmp/fooba[TAB] -> scp /tmp/FOOBAR

** Affects: bash-completion (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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/1541553

Title:
   bash-completion for scp doesn't understand "set completion-ignore-
  case on"

Status in bash-completion package in Ubuntu:
  New

Bug description:
  bash-completion: 1:2.1-4ubuntu0.1

  set completion-ignore-case on
  touch /tmp/FOOBAR

  
  Which means this would work:
  touch /tmp/foo[TAB] -> cd /tmp/FOOBAR

  But it will not work with scp.

  actual happens:
  scp /tmp/fooba[TAB] -> doesn't complete

  expected:
  scp /tmp/fooba[TAB] -> scp /tmp/FOOBAR

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



More information about the foundations-bugs mailing list