From 0942613299355a4cdeb933243dbc243c78a7c89b Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Fri, 7 Jan 2011 13:49:18 +0000 Subject: [PATCH] update of complete-ant-cmd.pl suggested by Ondra Medeksee http://mail-archives.apache.org/mod_mbox/ant-user/201101.mbox/%3CAANLkTinbngSscXy5nAQJaCRQPcVHJQqRJSyuzdneyene@mail.gmail.com%3E git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1056313 13f79535-47bb-0310-9956-ffa450edef68 --- CONTRIBUTORS | 1 + contributors.xml | 4 ++++ src/script/complete-ant-cmd.pl | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 60e4aa022..9fda40f2c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -245,6 +245,7 @@ Nico Seessle Nigel Magnay Oliver Merkel Oliver Rossmueller +Ondra Medek Omer Shapira Oystein Gisnas Patrick C. Beard diff --git a/contributors.xml b/contributors.xml index 7f9bd361a..f995390ff 100644 --- a/contributors.xml +++ b/contributors.xml @@ -1012,6 +1012,10 @@ Omer Shapira + + Ondra + Medek + Øystein Gisnås diff --git a/src/script/complete-ant-cmd.pl b/src/script/complete-ant-cmd.pl index 37891241b..e7b5c0c7b 100644 --- a/src/script/complete-ant-cmd.pl +++ b/src/script/complete-ant-cmd.pl @@ -19,7 +19,7 @@ # # To install for Bash 2.0 or better, add the following to ~/.bashrc: # -# $ complete -C complete-ant-cmd ant build.sh +# complete -C complete-ant-cmd.pl ant build.sh # # To install for Z-Shell 2.5 or better, add the following to ~/.zshrc: # @@ -27,7 +27,7 @@ # local args_line args # read -l args_line # set -A args $args_line -# set -A reply $(COMP_LINE=$args_line complete-ant-cmd ${args[1]} $1) +# set -A reply $(COMP_LINE=$args_line complete-ant-cmd.pl ${args[1]} $1) # } # compctl -K ant_complete ant build.sh #