madsmith / bash-completion-lib

Automatically exported from code.google.com/p/bash-completion-lib
GNU General Public License v2.0
0 stars 0 forks source link

Does not work with failglob shopt #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. shopt -s failglob (right after bash loading, before any hit on tab)
2. cd <tab>

What is the expected output? What do you see instead?
My dirs

What version of the product are you using? On what operating system?
sipang ~$ echo $BASH_VERSION
3.2.48(1)-release

Original issue reported on code.google.com by arnaud.c...@gmail.com on 19 Apr 2009 at 3:16