mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
noshell/noinput should NOT be the default emulator args for an escript
This commit is contained in:
parent
2829741a38
commit
8ff99f98b3
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ escriptize(Config0, AppFile) ->
|
|||
Shebang = rebar_config:get(Config, escript_shebang,
|
||||
"#!/usr/bin/env escript\n"),
|
||||
Comment = rebar_config:get(Config, escript_comment, "%%\n"),
|
||||
DefaultEmuArgs = ?FMT("%%! -pa ~s/~s/ebin -noshell -noinput\n",
|
||||
DefaultEmuArgs = ?FMT("%%! -pa ~s/~s/ebin\n",
|
||||
[AppNameStr, AppNameStr]),
|
||||
EmuArgs = rebar_config:get(Config, escript_emu_args,
|
||||
DefaultEmuArgs),
|
||||
|
|
Loading…
Reference in a new issue