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

Errors on Cygwin because of dot suffix on filenames #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cygwin$ source bash_completion_lib
2. cygwin$ cd <TAB>

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

Cd should complete.  Instead you get error message "cd. not found"

Original issue reported on code.google.com by fvu...@gmail.com on 29 Jun 2008 at 5:26

GoogleCodeExporter commented 8 years ago
It appears that final dots on files and directories are always valid under
Cygwin/Windows.

Solution for `bash_completion_lib' is to convert the final dot (.) on filenames 
to a
final exclamation mark (!).

Original comment by fvu...@gmail.com on 29 Jun 2008 at 5:29

GoogleCodeExporter commented 8 years ago

Original comment by fvu...@gmail.com on 29 Jun 2008 at 5:34

GoogleCodeExporter commented 8 years ago

Original comment by fvu...@gmail.com on 30 Jun 2008 at 9:05

GoogleCodeExporter commented 8 years ago
Changed synlink-ignore character from dot (.) to exclamation mark (!) to satisfy
Cygwin/Windows in r36.

Original comment by fvu...@gmail.com on 10 Jul 2008 at 8:59