GArik / bash-completion

programmable completion for the bash shell
https://alioth.debian.org/projects/bash-completion/
GNU General Public License v2.0
84 stars 27 forks source link

make tab completion not working [Debian Jessie] #7

Open casperdcl opened 8 years ago

casperdcl commented 8 years ago
$ . ../bash-completion/completions/make
$ make [TAB]sed: couldn't open file /dev/fd/63: No such file or directory
sed: couldn't open file /dev/fd/63: No such file or directory
casperdcl commented 8 years ago

I get the error above when attempting to tab-complete make (in a directory with a valid Makefile).