[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
Fri Jan 13 20:23:10 UTC 2012


Bugs item #313501, was changed at 2012-01-09 06:06 by Ville Skyttä
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: Ville Skyttä  (scop-guest)
Date: 2012-01-13 22:23

Message:
Same problem here, same env as Daniel has.

Just a hunch, maybe this is somehow related to https://alioth.debian.org/tracker/index.php?func=detail&aid=313480&group_id=100114&atid=413095

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

Comment By: Igor Murzov (garik-guest)
Date: 2012-01-13 04:15

Message:
> no idea how my environment is different
I have bash-4.1.010.


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

Comment By: Daniel Black (grooverdan-guest)
Date: 2012-01-13 02:25

Message:
dan at spaceman bash-completion-upstream $ git pull
Already up-to-date.
dan at spaceman bash-completion-upstream $ . bash_completion
dan at spaceman bash-completion-upstream $ prg $HOME/<tab>
then 
dan at spaceman bash-completion-upstream $ prg \$HOME/

dan at spaceman bash-completion-upstream $ bash --version
GNU bash, version 4.2.20(1)-release (x86_64-redhat-linux-gnu)

sorry no idea how my environment is different. Suggestions welcome.

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

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

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

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

Comment By: Igor Murzov (garik-guest)
Date: 2012-01-12 23: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