Comment 3 for bug 663111

Revision history for this message
Ian! D. Allen (idallen) wrote : Re: bash_completion script errors: undefined variables, failed GLOB

And the /etc/bash_completion.d/mutt script fails badly if you have a line using pipes such as this in your .muttrc:

source ~/sh/muttaliases.sh|

bash$ mutt <TAB>sed: can't read ~/sh/muttaliases.sh|: No such file or directory
bash: eval: line -150: syntax error: unexpected end of file
^C -- ^C needed because sed is reading your keyboard and the shell hangs here
Exit 1