diff options
author | Peter Simons <simons@cryp.to> | 2010-06-25T14·05+0000 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2010-06-25T14·05+0000 |
commit | 60b632b173e633cc5346f8a5491ef637e1f78166 (patch) | |
tree | fe7ffb6c93a76eeb7a9913cbfed4bd53fc29c993 /src | |
parent | a0d29040f79b365598fe75d01f72d29ab538206b (diff) |
tests/build-hook.hook.sh: prefer more portable `...` syntax over $(...) for running sub-shells
The /bin/sh interpreter on Solaris doesn't understand $(...) syntax for running sub-shells. Consequently, this test fails on Solaris. To remedy the situation, the script either needs to be run by /bin/bash -- which is non-standard --, or it needs to use the ancient but portable `...` syntax.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions