--- zsh-4.3.6/Completion/Unix/Command/_ant 2007-11-29 10:45:58.000000000 +0100 +++ zsh-4.3.6/Completion/Unix/Command/_ant.new 2008-08-31 10:42:55.000000000 +0200 @@ -10,7 +10,7 @@ importedfiles=( $(sed -n "s/ *]* file=[\"']\([^\"']*\)[\"'].*/\1/p" < $1) ) # Tweaked to omit targets beginning with "-" that can't # be invoked from the command line; see zsh-workers/24129. - sed -n "s/ *]* name=[\"']\([^-][^\"']*\)[\"'].*/\1/p" $1 + sed -n "s/ *]*[[:blank:]]name=[\"']\([^-][^\"']*\)[\"'].*/\1/p" $1 if (( $#importedfiles )) ; then ( cd $1:h for file in $importedfiles ; do