complete on filenames in bash completion

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3661 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2008-01-14 19:13:52 +00:00
parent e1b10045a2
commit c71b9644b7

View file

@ -17,4 +17,4 @@ _linkcheck() {
fi
return 0
}
[ "$have" ] && complete -F _linkcheck linkchecker
[ "$have" ] && complete $filenames -F _linkcheck linkchecker