https://bz.apache.org/bugzilla/show_bug.cgi?id=60562
--- Comment #15 from Thomas Stecher <[email protected]> --- Here is a small test on a Solaris 10 machine... stecher@b2sn13:~/tmp > cat dollar.sh #!/bin/sh value=$( pwd ) echo ${value} stecher@b2sn13:~/tmp > dollar.sh ./dollar.sh: syntax error at line 3: `value=$' unexpected The sed statment is really hard to understand. I'll test it today on other systems. There are two other places using the invocation of $() which should also be changed. Sorry I didn't see these earlier. -- You are receiving this mail because: You are the assignee for the bug.
