erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

Embedded specific fixes #828

Closed joaohf closed 3 years ago

joaohf commented 3 years ago

Hi there

These two commits are necessary in order to run relx builtin_hooks and extended_bin scripts when the target platform doesn't provide bash and relies on busybox utilities.

Please, feel free to close this PR if it is very embedded specific use case.

Thanks.

tsloughter commented 3 years ago

Oh thanks, I guess I hadn't looked at those hooks in forever.. made a point of linting the extended start script for non-posix shell stuff in the last release so this is great to hopefully complete this process.

lrascao commented 3 years ago

👍