diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-06-28 17:44:05 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-06-28 17:44:05 -0400 |
commit | 88f3077f8576d0ce5deaad06cef35c69031e1055 (patch) | |
tree | 1d84b4e90a580be07e632fa4a468ec82d4055adb /rebar.config | |
parent | c093873b28eeb5e8912ac09bfaa12571b5f38bcd (diff) | |
parent | 4238f2a3b4d337666af654458e2c6eb5e446198f (diff) |
Merge pull request #555 from tsloughter/disable_ctrl_c
Revert "disable ctrl-c interrupt in shell for escript"
Diffstat (limited to 'rebar.config')
-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/*", "."}, |