[Bug 697399] Re: Completion of directories stored in a var with cd is weirdly broken
Peter Cordes
peter at cordes.ca
Sat Nov 29 12:45:29 UTC 2014
fixed sometime before trusty. Except that cd "$dir"/<tab> doesn't
expand or complete any subdirs in /etc. So probably something was
getting evalled too many times, and it isn't now, or just code changes
makes it work differently now.
** Changed in: bash-completion (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bash-completion in Ubuntu.
https://bugs.launchpad.net/bugs/697399
Title:
Completion of directories stored in a var with cd is weirdly broken
Status in bash-completion package in Ubuntu:
Fix Released
Bug description:
Binary package hint: bash
$ dir=/etc/
$ cd $dir/<tab> # does not work! :/
$ cd "$dir"/<tab> # works i get
$ cd /etc/
$ echo $dir/<tab> # this funnily enough does work i get
$ echo /etc/
What gives?
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: bash 4.1-2ubuntu3
Uname: Linux 2.6.36.2-00356-gb2bdf5f x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Jan 4 21:34:26 2011
ProcEnviron:
LANGUAGE=es_ES:es:en_GB:en
LANG=es_ES.UTF-8
SHELL=/bin/bash
SourcePackage: bash
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/697399/+subscriptions
More information about the foundations-bugs
mailing list