Skip to content

Commit

Permalink
noshell/noinput should NOT be the default emulator args for an escript
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzyd committed Oct 3, 2012
1 parent 2829741 commit 8ff99f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebar_escripter.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 8ff99f9

Please sign in to comment.