From 642a050e0f2ce8e7c55a41c2781cee63843ad9a1 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 28 Sep 2016 21:06:53 +0200 Subject: [PATCH] record fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60150 closes #24 thanks to @jwadamson --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 215f8cb21..6eda90f9b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -52,6 +52,10 @@ Fixed bugs: * Clarified the documentation of 's retries attribute. Bugzilla Report 59930 + * The ant wrapper script failed if backticks were passed on the + command line. + Bugzilla Report 60150, 59445 + Other changes: --------------