bash-completion breaks with environment Variables
Bug #1948340 reported by
Mark Jones
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bash-completion (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Why does:
vi $VIRTUAL_
become
vi \$VIRTUAL_
on ubuntu 20.04 and
vi $VIRTUAL_
on macOS. The Ubuntu version ruins autocomplete for this command.
macOS$ echo $BASH_VERSION
3.2.57(1)-release
ubuntu$ echo ${BASH_VERSION}
5.0.17(1)-release
Would be nice to be able to use bash-completion without is messing up so completely with reckless quoting.
Full details (including analysis of what is wrong) is here:
https:/
To post a comment you must log in.