Antoine Levy-Lambert 14 years ago
parent
commit
0942613299
3 changed files with 7 additions and 2 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +4
    -0
      contributors.xml
  3. +2
    -2
      src/script/complete-ant-cmd.pl

+ 1
- 0
CONTRIBUTORS View File

@@ -245,6 +245,7 @@ Nico Seessle
Nigel Magnay
Oliver Merkel
Oliver Rossmueller
Ondra Medek
Omer Shapira
Oystein Gisnas
Patrick C. Beard


+ 4
- 0
contributors.xml View File

@@ -1012,6 +1012,10 @@
<first>Omer</first>
<last>Shapira</last>
</name>
<name>
<first>Ondra</first>
<last>Medek</last>
</name>
<name>
<first>&#216;ystein</first>
<last>Gisn&#229;s</last>


+ 2
- 2
src/script/complete-ant-cmd.pl View File

@@ -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
#


Loading…
Cancel
Save