https://bz.apache.org/bugzilla/show_bug.cgi?id=59321

--- Comment #5 from Daniel I Lebovitz <[email protected]> ---
Resolved, recommnd moving back to 1.9.6

1.9.7 has an unmatched double quote in the ant script.

 ant_exec_args="$ant_exec_args \"$(printf '%s' "$arg" | sed -e 's@"\|\\@\\\0@g'
)\""

Not sure how I got this in my distribution, but I moved to 1.9.6 with no
problem.  In 1.9.6 the line reads.

ant_exec_args="$ant_exec_args \"$arg\""

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to