diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-06-28 09:06:34 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-06-28 09:06:34 -0500 |
commit | 4238f2a3b4d337666af654458e2c6eb5e446198f (patch) | |
tree | 88863d25d60dc5772a0d726325b103849665593b | |
parent | 40ee6d95e103f29c89c8a17c300c30448061c287 (diff) |
Revert "disable ctrl-c interrupt in shell for escript"
This reverts commit 40ee6d95e103f29c89c8a17c300c30448061c287.
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index f31f0af..bd0f517 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {relx, "3.0.0"}]}. {escript_name, rebar3}. -{escript_emu_args, "%%! +Bc +sbtu +A0\n"}. +{escript_emu_args, "%%! +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/*", "."}, |