[Bash-completion-commits] [bash-completion] 01/01: xsltproc. TODO fix for previous commit
Ville Skyttä
scop-guest at moszumanska.debian.org
Sat Jul 19 14:18:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
scop-guest pushed a commit to branch master
in repository bash-completion.
commit 7c5c622dda132a2c4a78028273f86fd51a9d680c
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Sat Jul 19 17:17:42 2014 +0300
xsltproc. TODO fix for previous commit
---
completions/xsltproc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/completions/xsltproc b/completions/xsltproc
index 30189f3..736b29c 100644
--- a/completions/xsltproc
+++ b/completions/xsltproc
@@ -41,7 +41,7 @@ _xsltproc()
COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
COMPREPLY=( "${COMPREPLY[@]%:}" )
else
- # TODO: 1st file xsl|xslt, rest XML
+ # TODO: 1st file xsl|xslt, 2nd XML
_filedir '@(xsl|xslt|xml|dbk|docbook)'
fi
} &&
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git
More information about the Bash-completion-commits
mailing list