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 #