Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
There was an error while loading. Please reload this page.
The runner shell script is using a bashism, namely $RANDOM:
https://github.com/basho/node_package/blob/develop/priv/base/runner#L309
but the runner script is using
/bin/shwhich on many systems is not bash and thus $RANDOM is undefined:https://github.com/basho/node_package/blob/develop/priv/base/runner#L1
Something portable would need to be used in place of $RANDOM.