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

--- Comment #12 from Thomas Stecher <[email protected]> ---
The Problem seems to be your suggested line which wants to execute a command by
$( command ). The bourne Shell on Solaris doesn't support that.

We have to replace it by something using `command` but must watch out for the
back-tick in the sed statement.

When we get a running fix I also can test it on cygwin.

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

Reply via email to