From d8e4bb5a383a8566e7ee86466ebe057c45b03201 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 19 Jul 2004 16:30:54 +0000 Subject: Jean-Baptiste Quenot: 20167: find targets enclosed in single quotes --- Completion/Unix/Command/_ant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_ant') diff --git a/Completion/Unix/Command/_ant b/Completion/Unix/Command/_ant index 88c1f3ef4..f969ad859 100644 --- a/Completion/Unix/Command/_ant +++ b/Completion/Unix/Command/_ant @@ -86,7 +86,7 @@ case $state in buildfile=${(v)opt_args[(I)(-f|-file|-buildfile)]:-build.xml} fi if [[ -f $buildfile ]]; then - targets=( $(sed -n 's/ *