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

Removing cache file yields error #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. rm ~/.bash_completion_lib.d/cache~
2. . ~/.bashrc

What is the expected output?
No error.

What do you see instead?  
Instead I get this error message:

   bash: home/me/.bash_completion_lib.d/cache~: No such file or directory

Original issue reported on code.google.com by fvu...@gmail.com on 1 Sep 2008 at 11:29

GoogleCodeExporter commented 8 years ago
Added extra check:

   [ -r "$COMP_CACHE ]

Fixed in r50.

Original comment by fvu...@gmail.com on 2 Sep 2008 at 8:18