I'm on Wheezy with bash-completion version 2.1-4 and I can confirm. I
believe I have also narrowed the bug down.

This lists files in root:

$ du --exclude=asdf /<TAB>

But this (with quotes) does not:

$ du --exclude="asdf" /<TAB>

After a quick survey, it seems like it happens to all options that have an
equals sign (=) in them.

Sincerely,
Aditya Vaidya
_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel

Reply via email to