--- _ant.orig Tue Aug 24 14:40:26 2004 +++ _ant Tue Aug 24 14:51:38 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