saleyn / erlexec

Execute and control OS processes from Erlang/OTP
https://hexdocs.pm/erlexec/readme.html
Other
527 stars 139 forks source link

Can't build for OTP 20 #111

Closed mkrentovskiy closed 6 years ago

mkrentovskiy commented 6 years ago

Got rebar3 error: ===> Compiling _build/default/lib/erlexec/src/exec.erl failed _build/default/lib/erlexec/src/exec.erl:668: illegal pattern _build/default/lib/erlexec/src/exec.erl:670: variable 'Reason' is unbound _build/default/lib/erlexec/src/exec.erl:670: variable 'StackTrace' is unbound

Fix it by replacing _:Reason:StackTrace -> to Reason:StackTrace -> at line 668.

saleyn commented 6 years ago

Please read the NOTE in the "Building" section of the README.md. Also see #110.