|
|
@ -60,7 +60,7 @@ format_error(Reason) -> |
|
|
|
bin_contents(OutputDir) -> |
|
|
|
<<"#!/usr/bin/env sh |
|
|
|
|
|
|
|
erl -pa ", (ec_cnv:to_binary(OutputDir))/binary,"/*/ebin +sbtu +A0 -noshell -boot start_clean -s rebar3 main -extra \"$@\" |
|
|
|
erl -pz ", (ec_cnv:to_binary(OutputDir))/binary,"/*/ebin +sbtu +A0 -noshell -boot start_clean -s rebar3 main -extra \"$@\" |
|
|
|
">>. |
|
|
|
|
|
|
|
extract_escript(State, ScriptPath) -> |
|
|
|