MG>please see quick comment below
Subject: Re: ant wrapper script testing
To: dev@ant.apache.org
From: jwadam...@us.ibm.com
Date: Thu, 13 Oct 2016 09:53:19 -0400
Things I found out/rediscovered during experiments:
`echo` bash built-in modifies the input (escape interpretation, trailing
newline)
Things I found out/rediscovered during experiments:
`echo` bash built-in modifies the input (escape interpretation, trailing
newline) and not all versions have options to suppress those behaviors.
Using printf instead to get a "clean" echo.
`sed` on mac does not support group-0 referen