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@mahora: ~ $ mkdir -p dir-a/dir-b
  nslater@mahora: ~ $ ln -s dir-a/dir-b dir-c
  nslater@mahora: ~ $ touch doc-a
  nslater@mahora: ~ $ touch doc-b
  nslater@mahora: ~ $ cd dir-c
  nslater@mahora: ~/dir-c $ cat ../doc-
  doc-a doc-b
  nslater@mahora: ~/dir-c $ cat ../doc-a
  cat: ../doc-a: No such file or directory
  nslater@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

_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel

Reply via email to