From a50633c1757043502636d1702d6d40602ae3cbc7 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 7cc851bb2..ee3036685 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -64,6 +64,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: --------------