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

Completing 'svn diff --diff-cmd' gives error "bash: _command: command not found" #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. $ svn diff --diff-cmd <TAB>

What is the expected output?
$ svn diff --diff-cmd 
commands

What do you see instead?
$ svn diff --diff-cmd bash: _command: command not found
files

Original issue reported on code.google.com by fvu...@gmail.com on 9 Jul 2008 at 8:41

GoogleCodeExporter commented 8 years ago

Original comment by fvu...@gmail.com on 9 Jul 2008 at 8:45

GoogleCodeExporter commented 8 years ago
Fixed in r35.

Original comment by fvu...@gmail.com on 9 Jul 2008 at 9:47