https://bz.apache.org/bugzilla/show_bug.cgi?id=59321
--- Comment #10 from Jamie Penman-Smithson <[email protected]> --- Created attachment 34221 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34221&action=edit Escape arguments for Solaris sh I've managed to get it working using Solaris sh with a few tweaks to the way that the arguments are escaped, I've attached a patch. With the limited testing I have done, it appears to work: $ ant -log"f"ile f"o"o\a.log Buildfile: [..] $ ls -al fooa.log -rw-r--r-- 1 devutils other 2445 Sep 7 13:33 fooa.log -- You are receiving this mail because: You are the assignee for the bug.
