commit | 85cb556e2e1d336ed615aedf962bed8d993315bf | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Mon Jul 18 11:15:31 2011 -0700 |
committer | Kenny Root <kroot@google.com> | Mon Jul 18 11:15:31 2011 -0700 |
tree | 2dbb5d23be918da0c7247e2c42ab209709978843 | |
parent | 88dcfccb5b064735177e1a87f578d6c734b47bc7 [diff] |
Only include "[a-z]*.bash" files for completion Some people were using case-insensitive filesystems which broke when including simply [a-z]* since it matched the uppercase files. Use this to filter only the actual bash scripts. Change-Id: Ibfdcf2c091a154f0485545537a044667783a19f7