Andrei Borzenkov changed bug 907352
What Removed Added
Status NEW RESOLVED
Resolution --- INVALID
Flags needinfo?(szotsaki@gmail.com)  

Comment # 10 on bug 907352 from
(In reply to ��kos Sz��ts from comment #9)
> shopt -s extdebug && declare -F _filedir && shopt -u extdebug:
> _filedir 3 /etc/bash_completion.d/acroread.sh
> 
> The interesting thing is that this bug came alive just now, while my
> AcroReader is installed for years.
> 

Before 13.2 bash-completion was usually nor present, so it did not matter. In
13.2 bash-completion is pulled in by systemd-bash-completion, and
/etc/bash_completion.d is processed after bash-completion is initialized.
acroread.sh should check whether _filedir is already defined; cf.
/etc/bash_completion.d/quilt.sh.

Closing as not a bug.


You are receiving this mail because: