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 --- ChangeLog | 5 +++++ Completion/Unix/Command/_ant | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0e0e3e2e9..b007fc730 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-19 Oliver Kiddle + + * Jean-Baptiste Quenot: 20167: Completion/Unix/Command/_ant: + find targets enclosed in single instead of double quotes + 2004-07-17 Peter Stephenson * 20173: Src/mem.c: crash when globbing lots of files; need to 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/ *