浏览代码

disable ctrl-c interrupt in shell for escript

pull/552/head
Tristan Sloughter 10 年前
父节点
当前提交
40ee6d95e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config 查看文件

@ -9,7 +9,7 @@
{relx, "3.0.0"}]}. {relx, "3.0.0"}]}.
{escript_name, rebar3}. {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. %% escript_incl_extra is for internal rebar-private use only.
%% Do not use outside rebar. Config interface is not stable. %% Do not use outside rebar. Config interface is not stable.
{escript_incl_extra, [{"_build/default/lib/relx/priv/templates/*", "."}, {escript_incl_extra, [{"_build/default/lib/relx/priv/templates/*", "."},

正在加载...
取消
保存