Re: [PATCH] complete-ant-cmd.pl

2011-01-07 Thread Ondra Medek
Hi Antoine, http://svn.apache.org/repos/asf/ant/core/trunk/src/script/complete-ant-cmd.pl seem o'right. Thanks. Andy - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache

Re: [PATCH] complete-ant-cmd.pl

2011-01-07 Thread Ondra Medek
On Fri, Jan 7, 2011 at 11:05, Alexander Enrique Urieles Nieto wrote: > On Fri, Jan 7, 2011 at 9:54 AM, Ondra Medek wrote: > >> Hi, >> >> do documentation of complete-ant-cmd.pl should be changed, see also >> http://marius.scurtescu.com/2005/03/23/ant_bash_com

[PATCH] complete-ant-cmd.pl

2011-01-07 Thread Ondra Medek
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: # -- Ondra Medek