Petr Vorel changed bug 1220626
What Removed Added
Flags needinfo?(petr.vorel@suse.com)  

Comment # 4 on bug 1220626 from Petr Vorel
/usr/share/bash-completion/completions/grub and
/usr/share/bash-completion/completions/inkscape. But removing both of them does
not help. Actually removing whole /usr/share/bash-completion/completions/ does
not help. Maybe it's a problem in my setup.


$ grep -r ^have /usr/share/bash-completion/completions/
/usr/share/bash-completion/completions/grub:have ${__grub_set_default_program}
&& \
/usr/share/bash-completion/completions/grub:have ${__grub_reboot_program} && \
/usr/share/bash-completion/completions/grub:have ${__grub_editenv_program} && \
/usr/share/bash-completion/completions/grub:have ${__grub_mkconfig_program} &&
\
/usr/share/bash-completion/completions/grub:have ${__grub_bios_setup_program}
&& \
/usr/share/bash-completion/completions/grub:have
${__grub_sparc64_setup_program} && \
/usr/share/bash-completion/completions/grub:have ${__grub_install_program} && \
/usr/share/bash-completion/completions/grub:have ${__grub_mkfont_program} && \
/usr/share/bash-completion/completions/grub:have ${__grub_mkrescue_program} &&
\
/usr/share/bash-completion/completions/grub:have ${__grub_mkimage_program} && \
/usr/share/bash-completion/completions/grub:have
${__grub_mkpasswd_pbkdf2_program} && \
/usr/share/bash-completion/completions/grub:have ${__grub_probe_program} && \
/usr/share/bash-completion/completions/grub:have ${__grub_script_check_program}
&& \

$ grep -r ^_have /usr/share/bash-completion/completions/  
/usr/share/bash-completion/completions/inkscape:_have inkscape &&


You are receiving this mail because: