[Touch-packages] [Bug 778627] Re: bash completion now quotes shell variable references rather than expanding them

2021-04-20 Thread James Lemke
Agreed, this is an annoying bug and has been around far too long (a decade?). ls $top/.ss should give: ls $HOME/.ssh/ "shopt -s direxpand" expands $HOME which is not wanted. "shopt -u complete_fullquote" should give me what I want but has no effect. -- You received this bug notification because

[Touch-packages] [Bug 778627] Re: bash completion now quotes shell variable references rather than expanding them

2021-04-20 Thread James Lemke
(corrected) Agreed, this is an annoying bug and has been around far too long (a decade?). ls $HOME/.ss should give: ls $HOME/.ssh/ "shopt -s direxpand" expands $HOME which is not wanted. "shopt -u complete_fullquote" should give me what I want but has no effect. -- You received this bug notifica