[Bash-completion-devel] [bash-completion-Bugs][311387] DBTS 506973: soft link completion is broken

bash-completion-bugs at alioth.debian.org bash-completion-bugs at alioth.debian.org
Mon Apr 25 11:54:10 UTC 2011


Bugs item #311387, was changed at 30/01/2009 09:39 by David Paleino 
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=311387&group_id=100114

Status: Closed
Priority: 3
Submitted By: David Paleino (hanska-guest)
Assigned to: David Paleino (dapal)
Summary: DBTS 506973: soft link completion is broken  
Distribution: None
Originally reported in: Debian BTS
Milestone: None
>Status: Invalid
Original bug number: 506973


Initial Comment:
Bash completion fails to account for soft links properly:

  nslater at mahora: ~ $ mkdir -p dir-a/dir-b
  nslater at mahora: ~ $ ln -s dir-a/dir-b dir-c
  nslater at mahora: ~ $ touch doc-a
  nslater at mahora: ~ $ touch doc-b
  nslater at mahora: ~ $ cd dir-c
  nslater at mahora: ~/dir-c $ cat ../doc-
  doc-a doc-b
  nslater at mahora: ~/dir-c $ cat ../doc-a
  cat: ../doc-a: No such file or directory
  nslater at mahora: ~/dir-c $ cat ../doc-ab
  cat: ../doc-b: No such file or directory


----------------------------------------------------------------------

>Comment By: David Paleino (dapal)
Date: 25/04/2011 13:54

Message:
Yes, seems to be a problem in bash indeed.

Closing the bug

----------------------------------------------------------------------

Comment By: David Paleino (dapal)
Date: 25/04/2011 13:53

Message:
Yes, seems to be a problem in bash indeed.

Closing the bug

----------------------------------------------------------------------

Comment By: Ville Skyttä  (scop-guest)
Date: 25/04/2011 11:31

Message:
I'm not sure if this is a bash-completion bug, same thing happens with vanilla bash as well.  David, thoughts?

----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=311387&group_id=100114



More information about the Bash-completion-devel mailing list