Fix on Solaris by accounting for /bin/sh there.
authorJim Wise <jwise@draga.com>
Sun, 13 Oct 2013 21:22:19 +0000 (17:22 -0400)
committerJim Wise <jwise@draga.com>
Sun, 13 Oct 2013 21:22:19 +0000 (17:22 -0400)
commit4afcad784283623d52b8723c1706b53d784c3053
tree5a6c40b67f4284d8619ba61110d02bb586966edf
parentb83353d9f998e5c0e34604b5593df70c66d2c510
Fix on Solaris by accounting for /bin/sh there.

Solaris' /bin/sh does not grok $(...), so use `...` instead.

Note that all recent versions of Solaris have included /bin/bash, but
I'm not sure the impact of using #!/bin/bash instead of #!/bin/sh on
some of our other platforms.
tests/script.test.sh
tests/subr.sh