[Bash-completion-devel] [bash-completion-Bugs][313501] variable expansion in command line escaped

bash-completion-bugs at alioth.debian.org bash-completion-bugs at alioth.debian.org
Thu Jan 12 23:39:05 UTC 2012


Bugs item #313501, was changed at 2012-01-09 15:06 by Daniel Black
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=313501&group_id=100114

Status: Open
Priority: 3
Submitted By: Daniel Black (grooverdan-guest)
Assigned to: Nobody (None)
Summary: variable expansion in command line escaped 
Distribution: None
Originally reported in: Ubuntu Launchpad
Milestone: None
Status: None
Original bug number: 890913


Initial Comment:
as per: https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/89091
Typing "prg $HOME/<tab>" expands to "prg \$HOME/" quite annoying, shall expand to "prg $HOME/" listing all directories and files available for expansion, not creating an escaped string from $HOME. It should KEEP $HOME, not expanding it to your home directory as with some program named done!

still present in 1.90 release


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

Comment By: Daniel Black (grooverdan-guest)
Date: 2012-01-13 10:39

Message:
is it likely to be a 1.91-1.99 fix?

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

Comment By: Igor Murzov (garik-guest)
Date: 2012-01-13 08:35

Message:
"prg $HOME/<tab>"  expands to "prg /home/user/" for me. 

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

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



More information about the Bash-completion-devel mailing list