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 14be62aae4197a7f98e913c0ada910c5c2ea7f04 Author: Ville Skyttä <[email protected]> Date: Fri Feb 21 19:39:17 2014 +0200 (testsuite) Avoid complete-ant-cmd.pl errors with our build.xml --- test/fixtures/ant/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/ant/build.xml b/test/fixtures/ant/build.xml index 146c7f3..09b4cd2 100644 --- a/test/fixtures/ant/build.xml +++ b/test/fixtures/ant/build.xml @@ -8,9 +8,9 @@ <!-- ... --> </target> - <target foo="bar" name="init"></target> + <target description="bar" name="init"></target> <target -foo="bar" +description="bar" name='bashcomp' > <!-- ... --> </target> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git _______________________________________________ Bash-completion-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits
