[Bash-completion-devel] Bug#741860: bash-completion 1:2.1-2 tab-completion is broken

shirish शिरीष shirishag75 at gmail.com
Tue Mar 18 18:11:24 UTC 2014


at bottom :-

On 3/18/14, Wouter Bolsterlee <uws at xs4all.nl> wrote:
> I experience the same issue. It could be the same issue as described
> here:
> https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1288031
>
>     — Wouter

Hi all,
I saw the bug and simply commented the offending lines from my .bashrc
so there's no more :-

# enable bash completion in interactive shells
if ! shopt -oq posix; then
  if [ -f /usr/share/bash-completion/bash_completion ]; then
    . /usr/share/bash-completion/bash_completion
  elif [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
  fi
fi


in my  ~/.bashrc and it works at least for file-level completions on
the terminal emulator. So it's a sort of workaround. Looking forward
for the fix so I can re-enable it in my ~/.bashrc.
-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17



More information about the Bash-completion-devel mailing list