--- _ant.orig Mon Dec 6 11:22:13 2004 +++ _ant Mon Dec 6 11:40:46 2004 @@ -86,7 +86,7 @@ buildfile=${(v)opt_args[(I)(-f|-file|-buildfile)]:-build.xml} fi if [[ -f $buildfile ]]; then - targets=( $(sed -n "s/ *]* name=[\"']\([^\"']*\)[\"'].*/\1/p" < $buildfile) ) _wanted targets expl target compadd -a targets && ret=0 else _message -e targets target