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

Backup and unset CDPATH during install to prevent `cd' from echoing #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some `cd' commands in `bash_completion_lib' at the moment contain a
trailing "> /dev/null".  This isn't necessary if CDPATH is made empty.

Original issue reported on code.google.com by fvu...@gmail.com on 22 Jan 2009 at 9:19

GoogleCodeExporter commented 8 years ago
Fixed in r100.
This also prevents cd from looking into too many directories during
bash_completion_lib setup.

Original comment by fvu...@gmail.com on 24 Jan 2009 at 11:28