record fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60150
closes #24 thanks to @jwadamson Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/642a050e Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/642a050e Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/642a050e Branch: refs/heads/1.9.x Commit: 642a050e0f2ce8e7c55a41c2781cee63843ad9a1 Parents: ce68436 Author: Stefan Bodewig <[email protected]> Authored: Wed Sep 28 21:06:53 2016 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Wed Sep 28 21:09:36 2016 +0200 ---------------------------------------------------------------------- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/642a050e/WHATSNEW ---------------------------------------------------------------------- diff --git a/WHATSNEW b/WHATSNEW index 215f8cb..6eda90f 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -52,6 +52,10 @@ Fixed bugs: * Clarified the documentation of <get>'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: --------------
