diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-06-27 13:00:40 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-06-27 13:00:47 -0500 |
commit | 40ee6d95e103f29c89c8a17c300c30448061c287 (patch) | |
tree | eef7c6d8dbc4e34eb28b760ffb513f88aa348b69 | |
parent | 5402199d88c56dec08a8c3d052a4db1e84f2dc1d (diff) |
disable ctrl-c interrupt in shell for escript
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index bd0f517..f31f0af 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {relx, "3.0.0"}]}. {escript_name, rebar3}. -{escript_emu_args, "%%! +sbtu +A0\n"}. +{escript_emu_args, "%%! +Bc +sbtu +A0\n"}. %% escript_incl_extra is for internal rebar-private use only. %% Do not use outside rebar. Config interface is not stable. {escript_incl_extra, [{"_build/default/lib/relx/priv/templates/*", "."}, |