[Bug 697399] Re: Completion of directories stored in a var with cd is weirdly broken

2014-11-29 Thread Peter Cordes
fixed sometime before trusty. Except that cd "$dir"/ 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

[Bug 697399] Re: Completion of directories stored in a var with cd is weirdly broken

2011-04-05 Thread AlejandroRiveira
No acroread installed here. so i can not apply the workaround. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/697399 Title: Completion of directories stored in a var with cd is weirdly broken -- ub

[Bug 697399] Re: Completion of directories stored in a var with cd is weirdly broken

2011-04-04 Thread Steve Magoun
@Alejandro, do you have the acroread package installed? This may be a duplicate of bug 716008, which describes this (mis)behavior caused by the acroread package. I found the workaround in bug 716008 solved this problem. -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 697399] Re: Completion of directories stored in a var with cd is weirdly broken

2011-03-02 Thread Andrew McCarthy
Thanks for taking the time to report this bug. I'm able to confirm this on the latest natty build. However, it doesn't happen if you remove the bash-completion package. That, combined with the different behaviour between "echo" and "cd" suggests it's a problem in the directory completion somewher

[Bug 697399] Re: Completion of directories stored in a var with cd is weirdly broken

2011-01-04 Thread AlejandroRiveira
** Description changed: Binary package hint: bash $ dir=/etc/ - $ cd $dir/ # does not work + $ cd $dir/ # does not work! :/ $ cd "$dir"/ # works i get + $ cd /etc/ $ echo $dir/ # this funnily enough does work i get $ echo /etc/ What gives? ProblemType: Bug DistroRelease: