- Package:
- bash-completion
- Source:
- bash-completion
- Submitter:
- Michael Becker
- Date:
- 2019-12-27 11:57:04 UTC
- Severity:
- normal
with an existing directory $HOME/devel ls $HOME/dev<TAB> completes to ls \$HOME/devel/ what invalidates the usage of the environment variable
Control: merge 922657 931685 Control: stop This has the same root cause of bug https://bugs.debian.org/922657, i.e.: in _quote_readline_by_ref, the backslash gets added by: printf -v $2 %q "$1" This has been reported upstream as https://github.com/scop/bash-completion/issues/290 I'm merging the bug reports. Thanks, Gabriel
Dear Maintainer, IMHO seem that #653837 is also related to the explanation here, maybe those may be make related or be merged (as with #922657) Thanks! xiscu